Skip to content

Commit 837bbaf

Browse files
committed
Fix tests
1 parent 7e579b3 commit 837bbaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/day18.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ mod tests {
420420

421421
#[test]
422422
fn example_part2() {
423-
assert_eq!(part2(EXAMPLE), "");
423+
assert_eq!(part2(EXAMPLE), "6,1");
424424
}
425425

426426
#[test]

tests/test_days.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ benches!(
5050
15 => ("1398947", "1397393"),
5151
16 => ("106512", "563"),
5252
17 => ("3,6,3,7,0,7,0,3,0", "136904920099226"),
53-
18 => ("338", ""),
53+
18 => ("338", "20,44"),
5454
);

0 commit comments

Comments
 (0)