Skip to content

Commit

Permalink
use the option
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahaja committed May 10, 2024
1 parent 237ef14 commit 73e4e17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func TestStream(t *testing.T) {
)
c.Do("XADD",
"reallynosuchkey",
"NOMKSTREAM",
"*",
"name", "Earth",
)
Expand Down Expand Up @@ -132,7 +133,7 @@ func TestStream(t *testing.T) {
c.Do("EXEC")

c.Do("MULTI")
c.Do("XADD", "reallynosuchkey", "MAXLEN", "four", "*", "name", "Mercury")
c.Do("XADD", "reallynosuchkey", "NOMKSTREAM", "MAXLEN", "four", "*", "name", "Mercury")
c.Do("EXEC")
})
})
Expand Down

0 comments on commit 73e4e17

Please sign in to comment.