Skip to content

Commit

Permalink
Also add long case.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfbiedert committed Feb 1, 2025
1 parent 2a5bcbf commit 61d7fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests/csharp_reference_project/Test.Arrays.Basic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public void array_1(byte[] array)
[Theory]
[InlineData(new byte[] { })]
[InlineData(new byte[] { 1, 2, 3 })]
[InlineData(new byte[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 })]
[InlineData(null)]
public void array_1_throws(byte[] array)
{
Expand Down

0 comments on commit 61d7fac

Please sign in to comment.