fix: fix test

This commit is contained in:
Xavier Morel
2024-12-22 11:46:09 +01:00
parent 83f0dab8ff
commit 6699cded02

View File

@@ -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));
}
}