Skip to content

Commit

Permalink
but skip the invalid one
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahaja committed May 10, 2024
1 parent 1e41757 commit 237ef14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd_stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,6 @@ func TestStreamAdd(t *testing.T) {
"XADD", "reallynosuchkey", "NOMKSTREAM", "MAXLEN", "~", "10", "*", "one", "1",
proto.Nil,
)
mustDo(t, c,
"XADD", "reallynosuchkey", "NOMKSTREAM", "MAXLEN", "~", "10", "MINID", "1672545848004-0", "*", "one", "1",
proto.Nil,
)
})

t.Run("error cases", func(t *testing.T) {
Expand Down

0 comments on commit 237ef14

Please sign in to comment.