mirror of
https://github.com/Smaug123/advent-of-code-2021
synced 2025-10-07 21:18:41 +00:00
Day 3 test fix (#1)
This commit is contained in:
@@ -191,6 +191,6 @@ mod tests {
|
||||
fn test_day_2() {
|
||||
let input = input::<12>();
|
||||
assert_eq!(part_1(&input), 3374136);
|
||||
assert_eq!(part_2(&input), 1620141160);
|
||||
assert_eq!(part_2(&input), 4432698);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user