Skip to content

Commit

Permalink
Fix part 2 test for day 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Riari committed Dec 10, 2023
1 parent e2eca03 commit 9ceca22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/10.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ mod tests {
#[test]
fn test_part_one() {
let result = part_one(&advent_of_code::template::read_file("examples", DAY));
assert_eq!(result, Some(23));
assert_eq!(result, Some(70));
}

#[test]
Expand Down

0 comments on commit 9ceca22

Please sign in to comment.