Skip to content

Commit

Permalink
2018 - Day16 - fix old test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmmr committed Dec 12, 2023
1 parent c1532eb commit 3f7cc19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build with Maven
run: ./mvnw --batch-mode --update-snapshots -DskipTests package
- name: Test
run: ./mvnw --batch-mode -Dmaven.test.failure.ignore=true test
run: ./mvnw --batch-mode test
- name: Publish Test Report
if: ${{ always() }}
uses: scacap/action-surefire-report@v1
2 changes: 1 addition & 1 deletion src/test/kotlin/no/rodland/advent_2018/Day16Test.kt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ internal class Day16Test {
@Test
fun `16,1,live`() {
report {
Day16.partOne(samples16.windowed(4, 4), 3) to 592
Day16.partOne(samples16.windowed(4, 4), 3) to 591
}
}
}
Expand Down

0 comments on commit 3f7cc19

Please sign in to comment.