Skip to content

Commit

Permalink
Merge pull request #149 from replicatedhq/divolgin/fix-tests
Browse files Browse the repository at this point in the history
5 is definitely not more than 20....
  • Loading branch information
divolgin committed Mar 9, 2020
2 parents 7462e1c + 983481d commit d019f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/analyze/text_analyze_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func Test_compareRegex(t *testing.T) {
"Received": "4",
"Loss": "20",
},
expected: true,
expected: false,
},
{
name: "Hostname = icecream",
Expand All @@ -261,7 +261,7 @@ func Test_compareRegex(t *testing.T) {
"day": "5",
"Day": "24",
},
expected: false,
expected: true,
},
}
for _, test := range tests {
Expand Down

0 comments on commit d019f87

Please sign in to comment.