Skip to content

Commit

Permalink
test: cleanup data
Browse files Browse the repository at this point in the history
  • Loading branch information
PapePathe committed Apr 10, 2024
1 parent b698b53 commit 0059f97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions praft/kvstore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func TestServerSetAndGet(t *testing.T) {
_, err := client.Do(ctx, "acl", "setuser", "pathe-s").Result()

require.NoError(t, err)
_, err = client.Do(ctx, "acl", "deluser", "pathe-s", "mado-1").Result()
})

t.Run("GETUSER", func(t *testing.T) {
Expand Down

0 comments on commit 0059f97

Please sign in to comment.