@@ -385,7 +385,7 @@ func TestStreamReadGroup(t *testing.T) {
385385 "XGROUP" , "CREATE" , "planets" , "processing" , "$" , "MKSTREAM" ,
386386 )
387387
388- mustNil (t , c ,
388+ mustNilList (t , c ,
389389 "XREADGROUP" , "GROUP" , "processing" , "alice" , "STREAMS" , "planets" , ">" ,
390390 )
391391
@@ -405,7 +405,7 @@ func TestStreamReadGroup(t *testing.T) {
405405 ),
406406 )
407407
408- mustNil (t , c ,
408+ mustNilList (t , c ,
409409 "XREADGROUP" , "GROUP" , "processing" , "alice" , "STREAMS" , "planets" , ">" ,
410410 )
411411
@@ -447,7 +447,7 @@ func TestStreamDelete(t *testing.T) {
447447 "XDEL" , "planets" , "0-1" ,
448448 )
449449
450- mustNil (t , c ,
450+ mustNilList (t , c ,
451451 "XREADGROUP" , "GROUP" , "processing" , "alice" , "STREAMS" , "planets" , "0-0" ,
452452 )
453453}
@@ -481,7 +481,7 @@ func TestStreamAck(t *testing.T) {
481481 "XACK" , "planets" , "processing" , "0-1" ,
482482 )
483483
484- mustNil (t , c ,
484+ mustNilList (t , c ,
485485 "XREADGROUP" , "GROUP" , "processing" , "alice" , "STREAMS" , "planets" , "0-0" ,
486486 )
487487}
0 commit comments