Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnTew committed Jan 20, 2025
1 parent ccfe0a1 commit ed38403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/string_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ var _ = Describe("String", Ordered, func() {

mGet = client.MGet(ctx, "keynx2", "keynx3")
Expect(mGet.Err()).NotTo(HaveOccurred())
Expect(mGet.Val()).To(Equal([]interface{}{"hello2", nil}))
Expect(mGet.Val()).To(Equal([]interface{}{"hello2", ""}))

mSetnx = client.MSetNX(ctx, "keynx1")
Expect(mSetnx.Err()).To(HaveOccurred())
Expand Down

0 comments on commit ed38403

Please sign in to comment.