From 237ef145dfb5dd5288829211984d82d9c6b774c9 Mon Sep 17 00:00:00 2001 From: Joakim Hamren Date: Fri, 10 May 2024 22:27:01 +0200 Subject: [PATCH] but skip the invalid one --- cmd_stream_test.go | 4 ---- 1 file changed, 4 deletions(-) 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) {