Skip to content

Commit

Permalink
feat: Day 14 fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoulais committed Dec 14, 2023
1 parent a6a78fb commit b880731
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/bin/14.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,4 @@ mod tests {
let result = part_two(&advent_of_code::template::read_file("examples", DAY));
assert_eq!(result, Some(64));
}
#[test]
fn test_part_one_real() {
let result = part_one(&advent_of_code::template::read_file("inputs", DAY));
assert_eq!(result, Some(109833));
}

#[test]
fn test_part_two_real() {
let result = part_two(&advent_of_code::template::read_file("inputs", DAY));
assert_eq!(result, Some(99875));
}
}

0 comments on commit b880731

Please sign in to comment.