1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-31 05:04:23 +03:00

fix: add XInfoConsumers test

Signed-off-by: monkey92t <golang@88.com>
This commit is contained in:
monkey92t
2022-03-19 20:54:27 +08:00
parent 997ab5e7e3
commit 6f1a1ac284
2 changed files with 3 additions and 2 deletions

View File

@ -5008,6 +5008,7 @@ var _ = Describe("Commands", func() {
res, err := client.XInfoConsumers(ctx, "stream", "group1").Result()
Expect(err).NotTo(HaveOccurred())
for i := range res {
Expect(res[i].Idle > 0).To(BeTrue())
res[i].Idle = 0
}
Expect(res).To(Equal([]redis.XInfoConsumer{