Skip to content

Commit

Permalink
day 7
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPatrickGill committed Dec 7, 2024
1 parent d4b321e commit 9620c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/07.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,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(11387));
}
}

0 comments on commit 9620c8a

Please sign in to comment.