This commit is contained in:
Daniel Flanagan 2021-12-17 11:47:33 -06:00
parent 7bba4718c0
commit f0fd87aaf7
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 1 additions and 1 deletions

View File

@ -92,6 +92,6 @@ mod tests {
#[test]
fn packet_op_result_examples() {
let tester = |s: &str| trick_shot(&parse_target_rect(s));
assert_eq!(tester("target area: x=20..30, y=-10..-5").unwrap(), 45);
assert_eq!(tester("target area: x=20..30, y=-10..-5"), (Some(45), 112));
}
}