Skip to content

Commit ce6e1db

Browse files
committed
movenext now advances
1 parent 2c70cd6 commit ce6e1db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/RESPite.Tests/RespReaderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ public void Array(RespPayload payload)
466466
foreach (var sub in reader.AggregateChildren())
467467
#pragma warning restore SERDBG
468468
{
469-
sub.MoveNext(RespPrefix.Integer);
469+
sub.Demand(RespPrefix.Integer);
470470
arr[i++] = sub.ReadInt32();
471471
sub.DemandEnd();
472472
}

0 commit comments

Comments
 (0)