Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymye committed Jul 24, 2019
1 parent 9b95d38 commit d13a94a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ func TestDataprocDiffSuppress(t *testing.T) {
{"1.3.10-debian9", "1.3.9"},
{"1.3.10-debian9", "1.4"},
{"1.3.10-debian9", "2.3"},
{"1.3.10", "1.3.10-debian9"},
{"1.3", "1.3.10"},
{"1.3", "1.3.10-debian9"},
{"1.3", "1.3-debian9"},
}

for _, tup := range doSuppress {
Expand Down

0 comments on commit d13a94a

Please sign in to comment.