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
apply_test files mixed up diffs (want, got) and (got, want)
While reviewing a PR to add helpers around cmp.Diff I noticed
that these apply_test files used both orderings (got, want) and
(want, got) in their tests.
I've updated the tests to use ordering of (want, got) uniformly.
0 commit comments