Skip to content

Commit b0b9910

Browse files
committed
Fixed compile
1 parent 7855a78 commit b0b9910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LeetCodeNet.Tests/G0901_1000/S0909_snakes_and_ladders/SolutionTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ public void SnakesAndLadders2() {
2424
Assert.Equal(1, new Solution().SnakesAndLadders(new int[][] {new int[] {-1, -1}, new int[] {-1, 3}}));
2525
}
2626
}
27+
}

0 commit comments

Comments
 (0)