Skip to content

Commit

Permalink
5 is definitely not more than 20....
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Mar 9, 2020
1 parent 7462e1c commit 983481d
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 983481d

Please sign in to comment.