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
We are currently using assert_called in a test, where one of the arguments is a list of maps. This test should have failed given that one of the keys inside one of those maps had a nil value, but it did not.
We are currently using
assert_called
in a test, where one of the arguments is a list of maps. This test should have failed given that one of the keys inside one of those maps had anil
value, but it did not.I tried reproducing this issue by adding a failing test in https://github.com/eproxus/meck. But it does not seem to behave in this way. PR: https://github.com/eproxus/meck/pull/242/files
Do you have any pointers into why this can be happening? Happy to dig to the root cause of this.
Thanks for your work on this lib.
The text was updated successfully, but these errors were encountered: