Skip to content

Commit d6abbe9

Browse files
gnpaonealicebob
authored andcommitted
Update tests
1 parent be97a75 commit d6abbe9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd_stream_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ func TestStreamXpending(t *testing.T) {
966966
)
967967
mustDo(t, c,
968968
"XPENDING", "planets", "processing", "-", "+", "-99",
969-
proto.NilList,
969+
proto.Array(),
970970
)
971971

972972
// Increase delivery count
@@ -992,11 +992,11 @@ func TestStreamXpending(t *testing.T) {
992992

993993
mustDo(t, c,
994994
"XPENDING", "planets", "processing", "IDLE", "5000", "-", "+", "999",
995-
proto.NilList,
995+
proto.Array(),
996996
)
997997
mustDo(t, c,
998998
"XPENDING", "planets", "processing", "-", "+", "999", "bob",
999-
proto.NilList,
999+
proto.Array(),
10001000
)
10011001
mustDo(t, c,
10021002
"XPENDING", "planets", "processing", "IDLE", "4000", "-", "+", "999", "alice",
@@ -1016,7 +1016,7 @@ func TestStreamXpending(t *testing.T) {
10161016
)
10171017
mustDo(t, c,
10181018
"XPENDING", "planets", "processing", "-", "+", "999",
1019-
proto.NilList,
1019+
c,
10201020
)
10211021
})
10221022

0 commit comments

Comments
 (0)