Skip to content

Commit

Permalink
Add reporterTests to TestDiff (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
178inaba authored May 13, 2020
1 parent cb8c7f8 commit 049b73f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmp/compare_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func TestDiff(t *testing.T) {
var tests []test
tests = append(tests, comparerTests()...)
tests = append(tests, transformerTests()...)
tests = append(tests, reporterTests()...)
tests = append(tests, embeddedTests()...)
tests = append(tests, methodTests()...)
tests = append(tests, cycleTests()...)
Expand Down

0 comments on commit 049b73f

Please sign in to comment.