Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
glaslos committed Oct 22, 2023
1 parent 42f9004 commit 0ff4d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection/conntable_test.go
Original file line number Diff line number Diff line change
@@ -74,5 +74,5 @@ func TestFlushOlderThan(t *testing.T) {
require.NotNil(t, md)
table.FlushOlderThan(time.Duration(0))
m := table.Get(testck)
require.Nil(t, m)
require.Empty(t, m)
}

0 comments on commit 0ff4d1b

Please sign in to comment.