Skip to content

Commit

Permalink
Use different key for this test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby committed Mar 3, 2024
1 parent 6783b99 commit 5596887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/storage/memory/memory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func Test_Storage_Memory_Get_NotExist(t *testing.T) {
func Test_Storage_Memory_Delete(t *testing.T) {
t.Parallel()
var (
key = "john"
key = "john-delete"
val = []byte("doe")
)

Expand Down

0 comments on commit 5596887

Please sign in to comment.