Add missing test values in Rust Day 8/9
This commit is contained in:
parent
2437fc0e6f
commit
57216e6c0b
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn test_with_solution() {
|
||||
assert_eq!(super::part_2(crate::INPUT), 0);
|
||||
assert_eq!(super::part_2(crate::INPUT), 313200);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
@ -45,7 +45,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn test_with_solution() {
|
||||
assert_eq!(super::part_1(&crate::parse_input(crate::INPUT)), 0);
|
||||
assert_eq!(super::part_1(&crate::parse_input(crate::INPUT)), 6271);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue