Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
manugarg committed Oct 9, 2023
1 parent e5f5761 commit 441fd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probes/options/options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func TestStatsExportInterval(t *testing.T) {
name: "Timeout bigger than intervalMsec",
intervalMsec: 10,
timeoutMsec: 12,
want: 12,
wantError: true,
},
{
name: "Interval and timeout less than default",
Expand Down

0 comments on commit 441fd41

Please sign in to comment.