Skip to content

Commit

Permalink
Uncomment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ephemient committed Dec 13, 2024
1 parent bf7fad2 commit eb112cf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ class Day12Test {

@Test
fun part2() {
// assertEquals(80, Day12(example1).part2())
// assertEquals(436, Day12(example2).part2())
// assertEquals(236, Day12(example4).part2())
assertEquals(80, Day12(example1).part2())
assertEquals(436, Day12(example2).part2())
assertEquals(236, Day12(example4).part2())
assertEquals(368, Day12(example5).part2())
assertEquals(1206, Day12(example3).part2())
}
Expand Down

0 comments on commit eb112cf

Please sign in to comment.