Skip to content

Commit

Permalink
Added compacton to test-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalicevic committed Jan 30, 2024
1 parent a8118ce commit 7292b78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ func testBackendGetSetDelete(t *testing.T, backend BackendType) {

err = db.Set([]byte("y"), []byte{})
require.NoError(t, err)

err = db.Compact(nil, nil)
require.NoError(t, err)
}

func TestBackendsGetSetDelete(t *testing.T) {
Expand Down

0 comments on commit 7292b78

Please sign in to comment.