cargo fmt
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
2024-05-01 21:16:26 +02:00
parent 736eb74e66
commit 45eb2f1343

View File

@ -322,7 +322,7 @@ mod tests {
match result.unwrap() {
DirectPusPacketHandlerResult::Handled(handled) => {
assert_eq!(handled, HandlingStatus::Empty);
},
}
_ => panic!("unexpected result"),
}
}