Remove the test case.
This commit is contained in:
parent
172c89a6eb
commit
ad0f5d63a1
|
@ -148,11 +148,3 @@ fn part_2(input: &str) -> Result<usize> {
|
|||
.product(),
|
||||
)
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_sample() -> Result<()> {
|
||||
let sample = "2199943210\n3987894921\n9856789892\n8767896789\n9899965678";
|
||||
assert_eq!(part_1(sample)?, 15);
|
||||
assert_eq!(part_2(sample)?, 1134);
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue