Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya-Painter committed May 16, 2023
1 parent 9928082 commit 75de8e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1953,10 +1953,10 @@ public void NullLargeArrayTest()
List<byte[]> binaryOutputBuilder = new List<byte[]>
{
new byte[] { BinaryFormat, JsonBinaryEncoding.TypeMarker.Array2ByteLengthAndCount },
// count
BitConverter.GetBytes((ushort)nullCount),
// length
BitConverter.GetBytes((ushort)nullCount),
// count
BitConverter.GetBytes((ushort)nullCount),
};

byte[] elementsBytes = new byte[nullCount];
Expand Down

0 comments on commit 75de8e7

Please sign in to comment.