Forgot both parts test

This commit is contained in:
Daniel Flanagan 2022-12-04 01:55:47 -06:00
parent d79c2756da
commit 7ffb3a0d9b
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 1 additions and 0 deletions

View File

@ -38,5 +38,6 @@ mod tests {
let input = processed_input(TEST_INPUT);
assert_eq!(part1(&input), 0);
assert_eq!(part2(&input), 0);
// assert_eq!(both_parts(&input), (0, 0));
}
}