Skip to content

Commit

Permalink
feat: Oupsss CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoulais committed Dec 23, 2023
1 parent 46d26c3 commit 1ad3df7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/bin/23.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,17 +259,4 @@ mod tests {
let result = part_two(&advent_of_code::template::read_file("examples", DAY));
assert_eq!(result, Some(154));
}

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

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

}

0 comments on commit 1ad3df7

Please sign in to comment.