diff --git a/2022/src/day_13.rs b/2022/src/day_13.rs index 51a507a..011ea4b 100644 --- a/2022/src/day_13.rs +++ b/2022/src/day_13.rs @@ -100,5 +100,5 @@ advent_of_code_macro::generate_tests!( part_one, part_two, sample tests [13, 140], - star tests [4734, 0] + star tests [4_734, 21_836] );