Skip to content

Commit 3a90c64

Browse files
committed
Day 07 test standardization.
1 parent 907f485 commit 3a90c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/day07/day07.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Day06Test {
2222
292: 11 6 16 20
2323
""".trimIndent().trim()
2424

25-
val equations = input.lines().map(Equation::parseLine)
25+
val equations = parse(input)
2626
}
2727

2828
@Test

0 commit comments

Comments
 (0)