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 74233a5 commit 03a7bc3Copy full SHA for 03a7bc3
commands_test.go
@@ -676,7 +676,7 @@ var _ = Describe("Commands", func() {
676
Expect(refCount.Val()).To(Equal(int64(1)))
677
678
freq := client.ObjectFreq(ctx, "key")
679
- Expect(freq.Err()).To(MatchError("LFU maxmemory policy is not selected"))
+ Expect(freq.Err()).To(MatchError(ContainSubstring("LFU maxmemory policy is not selected")))
680
681
err := client.ObjectEncoding(ctx, "key").Err()
682
Expect(err).NotTo(HaveOccurred())
0 commit comments