Skip to content

Commit

Permalink
example data doesn't have same format as input, so disable part 2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
BakerNet committed Dec 22, 2023
1 parent 39fd76c commit edcf4b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/bin/21.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ mod tests {
assert_eq!(result, Some(42));
}

#[test]
fn test_part_two() {
let result = part_two(&advent_of_code::template::read_file("examples", DAY));
assert_eq!(result, None);
}
// #[test]
// fn test_part_two() {
// let result = part_two(&advent_of_code::template::read_file("examples", DAY));
// assert_eq!(result, None);
// }
}

0 comments on commit edcf4b9

Please sign in to comment.