Skip to content

Commit

Permalink
remove auto-generated timestamp integration test since it will fail
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-cormier committed Apr 3, 2023
1 parent 95b2e88 commit 2c49f49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func TestStream(t *testing.T) {
c.Do("XADD", "planets", "MINID", "450", "456-5", "name", "Mercury")
c.Do("XADD", "planets", "MINID", "450", "456-6", "name", "Mercury")
c.Do("XADD", "planets", "MINID", "~", "450", "456-7", "name", "Mercury")
c.Do("XADD", "planets", "MINID", "~", "450", "*", "name", "Mercury")
c.Do("XLEN", "planets")

c.Error("equal or smaller than the target", "XADD", "planets", "MINID", "450", "449-0", "name", "Earth")
Expand Down

0 comments on commit 2c49f49

Please sign in to comment.