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
E.g. for custom types, expect_equal() works as expected, but if that custom type is wrapped in an array, vest falls back to the Array's == operator, which does not support custom methods for item comparison.