Skip to content

Commit 9491822

Browse files
author
Gonzalo Diaz
committed
split-off! WIP
1 parent 1829535 commit 9491822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithm_exercises_csharp_test/hackerrank/warmup/SimpleArraySum.Test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class SimpleArraySumTest
99
public class SimpleArraySumTestCase
1010
{
1111
public int[] inputs = [];
12-
public int expected = 0;
12+
public int expected = default!;
1313
}
1414

1515
// dotnet_style_readonly_field = true

0 commit comments

Comments
 (0)