mirror of
https://github.com/mx42/aoc2024.rs.git
synced 2026-01-13 21:39:53 +01:00
ci: fix day 11 tests
This commit is contained in:
@@ -73,7 +73,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn test_part_two() {
|
||||
let result = part_two(&advent_of_code::template::read_file("examples", DAY));
|
||||
assert_eq!(result, None);
|
||||
let result = part_two("0");
|
||||
assert_eq!(result, Some(22938365706844));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user