Skip to content

Commit

Permalink
Update leveldb_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
SadikSunbul committed Feb 4, 2025
1 parent 45a0bc5 commit a3bf4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leveldb/leveldb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func Test_Reset(t *testing.T) {
db.Set([]byte("key2"), []byte("value2"), time.Second*1)
db.Set([]byte("key3"), []byte("value3"), time.Second*1)

db.Reset()
require.NoError(t, db.Reset())

value, err := db.Get([]byte("key1"))
require.Nil(t, err)
Expand Down

0 comments on commit a3bf4c9

Please sign in to comment.