Skip to content

Commit a7995f9

Browse files
committed
Fixed test
1 parent a0fbf76 commit a7995f9

File tree

1 file changed

+1
-1
lines changed
  • src/test/kotlin/g3501_3600/s3552_grid_teleportation_traversal

1 file changed

+1
-1
lines changed

src/test/kotlin/g3501_3600/s3552_grid_teleportation_traversal/SolutionTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ internal class SolutionTest {
3838

3939
@Test
4040
fun minMoves6() {
41-
assertThat<Int>(Solution().minMoves(arrayOf<String>(".", "#")), equalTo<Int>(0))
41+
assertThat<Int>(Solution().minMoves(arrayOf<String>(".", "#")), equalTo<Int>(-1))
4242
}
4343
}

0 commit comments

Comments
 (0)