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
util: use cmp.Diff to compare structs in tests (google#136)
`cmp.Diff` is a better way to compare two structs since the diff is
easier to read.
This PR improves the tests by replacing `reflect.DeepEqual` with
`cmp.Diff`.
0 commit comments