Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xgzlucario committed Nov 6, 2023
1 parent 445181c commit 47f7613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rotom_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ func TestDB(t *testing.T) {
assert.Equal(err, base.ErrKeyNotFound)
}

cli.Set("foo2", []byte("abc"))

// Remove
sum, err := cli.Remove("foo2")
assert.Equal(sum, 1)
Expand Down

0 comments on commit 47f7613

Please sign in to comment.