Skip to content

Commit 5fdadc8

Browse files
committed
Temp
1 parent edfcfee commit 5fdadc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ var _ = Describe("ClusterClient", func() {
372372
cmd := NewStringSliceCmd(ctx, "cluster", "countkeysinslot", 100)
373373

374374
slot := client.cmdSlot(context.Background(), cmd)
375-
Expect(slot).To(Equal(100))
375+
Expect(slot).To(Equal(101))
376376
})
377377
})
378378
})

0 commit comments

Comments
 (0)