Skip to content

Commit b8ba606

Browse files
committed
Update SolutionTest.java
1 parent b4bc1b1 commit b8ba606

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/g3101_3200/s3142_check_if_grid_satisfies_conditions/SolutionTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ void satisfiesConditions8() {
5959

6060
@Test
6161
void satisfiesConditions9() {
62-
assertThat(
63-
new Solution().satisfiesConditions(new int[][] {{5, 1}, {5, 0}}), equalTo(true));
62+
assertThat(new Solution().satisfiesConditions(new int[][] {{5, 1}, {5, 0}}), equalTo(true));
6463
}
6564

6665
@Test

0 commit comments

Comments
 (0)