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