Skip to content

Commit

Permalink
fix part two test case not being up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Dec 17, 2023
1 parent 994c33c commit 0e2473a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/11.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ mod tests {
#[test]
fn test_part_two() {
let result = part_two(&advent_of_code::template::read_file("examples", DAY));
assert_eq!(result, None);
assert_eq!(result, Some(82000210));
}
}

0 comments on commit 0e2473a

Please sign in to comment.