mirror of https://github.com/go-redis/redis.git
Update commands_test.go
This commit is contained in:
parent
3f78ed740f
commit
2772a6137f
|
@ -5691,7 +5691,7 @@ var _ = Describe("Commands", func() {
|
||||||
Stream: "stream",
|
Stream: "stream",
|
||||||
Group: "group",
|
Group: "group",
|
||||||
Consumer: "consumer",
|
Consumer: "consumer",
|
||||||
Messages: []string{"???-???", "1-0", "2-0", "3-0"},
|
Messages: []string{"1-0", "2-0", "3-0", "5-0"},
|
||||||
}).Result()
|
}).Result()
|
||||||
Expect(err).NotTo(HaveOccurred())
|
Expect(err).NotTo(HaveOccurred())
|
||||||
Expect(msgs).To(Equal([]redis.XMessage{{
|
Expect(msgs).To(Equal([]redis.XMessage{{
|
||||||
|
|
Loading…
Reference in New Issue