mirror of
https://github.com/mx42/aoc2024.rs.git
synced 2026-01-14 05:49:53 +01:00
ci: fix day 15 tests
This commit is contained in:
@@ -346,6 +346,6 @@ mod tests {
|
||||
#[test]
|
||||
fn test_part_two() {
|
||||
let result = part_two(&advent_of_code::template::read_file("examples", DAY));
|
||||
assert_eq!(result, Some(9021));
|
||||
assert_eq!(result, Some(9507));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user