You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use MatchFields against a struct. If the fields actually match, then this test passes, but when they don't, the FailureMessage method of the fields.go matcher tells me that the "Expected" is a string, full error below:
In this assertion: https://github.com/squeedee/cartographer/blob/effd797484083d3bf7663fc5529c9b17821d16e7/tests/integration/runnable/runnable_test.go#L843
I use MatchFields against a struct. If the fields actually match, then this test passes, but when they don't, the
FailureMessage
method of thefields.go
matcher tells me that the "Expected" is a string, full error below:The text was updated successfully, but these errors were encountered: