Skip to content

Commit a22d6cd

Browse files
committed
Fixing Day 20 test.
1 parent 67266e3 commit a22d6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/adventofcode/Day20Test.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Day20Test {
2929

3030
@Test
3131
fun part1() {
32-
calculatePart1(readInput(), 100) shouldBe 0
32+
calculatePart1(readInput(), 100) shouldBe 1311
3333
}
3434

3535
@Test

0 commit comments

Comments
 (0)