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",
|
||||
Group: "group",
|
||||
Consumer: "consumer",
|
||||
Messages: []string{"???-???", "1-0", "2-0", "3-0"},
|
||||
Messages: []string{"1-0", "2-0", "3-0", "5-0"},
|
||||
}).Result()
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
Expect(msgs).To(Equal([]redis.XMessage{{
|
||||
|
|
Loading…
Reference in New Issue