We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d8deb commit 89b6476Copy full SHA for 89b6476
commands_test.go
@@ -1504,7 +1504,7 @@ var _ = Describe("Commands", func() {
1504
1505
get := client.Get(ctx, "dest")
1506
Expect(get.Err()).NotTo(HaveOccurred())
1507
- Expect(get.Val()).To(Equal("\xf0"))
+ Expect(get.Val()).To(Equal("\x00"))
1508
})
1509
1510
It("should BitOpAndOr", Label("NonRedisEnterprise"), func() {
@@ -1523,7 +1523,7 @@ var _ = Describe("Commands", func() {
1523
1524
1525
1526
+ Expect(get.Val()).To(Equal("\x0f"))
1527
1528
1529
It("should BitOpOne", Label("NonRedisEnterprise"), func() {
0 commit comments