Skip to content

Commit

Permalink
fi: use same types
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jun 10, 2024
1 parent 9821142 commit ddaf9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/influxdb/influxdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ func TestWithConfigFile(t *testing.T) {
require.NoError(t, err)

assert.Equal(t, "1.8.10", version)
assert.Greater(t, ping, 0)
assert.Greater(t, ping, time.Duration(0))
}

0 comments on commit ddaf9d9

Please sign in to comment.