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

chore: remove outdated comment

This commit is contained in:
Vladimir Mihailenco
2022-10-09 13:11:02 +03:00
parent d7dd9a732d
commit 1de0d2a1b7
2 changed files with 0 additions and 16 deletions

View File

@ -4381,9 +4381,6 @@ var _ = Describe("Commands", func() {
Expect(id).To(Equal("3-0"))
})
// TODO XTrimMaxLenApprox/XTrimMinIDApprox There is a bug in the limit parameter.
// TODO Don't test it for now.
// TODO link: https://github.com/redis/redis/issues/9046
It("should XTrimMaxLen", func() {
n, err := client.XTrimMaxLen(ctx, "stream", 0).Result()
Expect(err).NotTo(HaveOccurred())
@ -4425,9 +4422,6 @@ var _ = Describe("Commands", func() {
}))
})
// TODO XAdd There is a bug in the limit parameter.
// TODO Don't test it for now.
// TODO link: https://github.com/redis/redis/issues/9046
It("should XAdd with MaxLen", func() {
id, err := client.XAdd(ctx, &redis.XAddArgs{
Stream: "stream",