correct test result - day 06
This commit is contained in:
parent
61690cda6c
commit
c9d3344d05
|
@ -51,7 +51,7 @@ mod tests {
|
||||||
use indoc::indoc;
|
use indoc::indoc;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_part1() {
|
fn test_part2() {
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
part2(indoc!(
|
part2(indoc!(
|
||||||
"
|
"
|
||||||
|
@ -59,7 +59,7 @@ mod tests {
|
||||||
Distance: 9 40 200
|
Distance: 9 40 200
|
||||||
"
|
"
|
||||||
)),
|
)),
|
||||||
288
|
71503
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue