Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby committed Mar 4, 2024
1 parent 53b0530 commit f1969cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/memory/memory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func Test_Memory(t *testing.T) {
store.Set(key, val, exp)
time.Sleep(1100 * time.Millisecond)
result = store.Get(key)
require.Nil(t, result) // TODO: This is failing
require.Nil(t, result)

// Set key with value and no expiration
store.Set(key, val, 0)
Expand Down

0 comments on commit f1969cc

Please sign in to comment.