Day 3 test fix (#1)

This commit is contained in:
Patrick Stevens
2021-12-03 19:08:27 +00:00
committed by GitHub
parent 7551e5e3b3
commit aca2a5c095

View File

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