Skip to content

Commit db9249b

Browse files
committed
Fixing day 16 test
1 parent b2cb5c7 commit db9249b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/adventofcode/Day16Test.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Day16Test {
4040

4141
@Test
4242
fun part2() {
43-
calculatePart2(readInput()) shouldBe 0
43+
calculatePart2(readInput()) shouldBe 670
4444
}
4545

4646
private fun calculatePart1(input: String): Int = input.findLowestScore()

0 commit comments

Comments
 (0)