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
testutils#TestCase: Allow T any instead of T comparable
We use `require.Equal()` for comparison anyway so the type can be relaxed. This
is particularly useful for testing types like `logging#Config`, which contains
a map and thus would not satisfy comparable.
0 commit comments