Skip to content

Commit

Permalink
Remove Other Tests Referencing Nonexistent Files
Browse files Browse the repository at this point in the history
  • Loading branch information
GeistInDerSH committed Oct 20, 2024
1 parent 822a0fb commit 07e9ee3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/test/kotlin/com/geistindersh/aoc/year2022/Day14Test.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ class Day14Test {
@Test
fun part1() {
assertEquals(24, Day14(DataFile.Example).part1())
assertEquals(665, Day14(DataFile.Part1).part1())
}

@Test
fun part2() {
assertEquals(93, Day14(DataFile.Example).part2())
assertEquals(25434, Day14(DataFile.Part1).part2())
}
}
1 change: 0 additions & 1 deletion src/test/kotlin/com/geistindersh/aoc/year2022/Day22Test.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ class Day22Test {

@Test
fun part2() {
assertEquals(4578, Day22(DataFile.Part1).part2())
}
}

0 comments on commit 07e9ee3

Please sign in to comment.