diff --git a/cmd_stream_test.go b/cmd_stream_test.go index 649fad5..719a28e 100644 --- a/cmd_stream_test.go +++ b/cmd_stream_test.go @@ -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) {