-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
9ce0bab
commit cc724c8
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters