Skip to content

Commit 19c928f

Browse files
gnpaonealicebob
authored andcommitted
Update tests
1 parent 4363080 commit 19c928f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd_stream_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ func TestStreamClaim(t *testing.T) {
14441444
)
14451445
mustDo(t, c,
14461446
"XPENDING", "planets", "processing", "-", "+", "999",
1447-
proto.NilList,
1447+
proto.Array(),
14481448
)
14491449

14501450
mustDo(t, c,
@@ -1703,6 +1703,6 @@ func TestStreamClaim(t *testing.T) {
17031703
)
17041704
mustDo(t, c,
17051705
"XPENDING", "planets", "processing", "-", "+", "999",
1706-
proto.NilList,
1706+
proto.Array(),
17071707
)
17081708
}

0 commit comments

Comments
 (0)