Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
borngraced committed Oct 10, 2024
1 parent 14e9726 commit 052ea1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pairing_api/src/pairing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ fn gen_sym_key() -> String {
mod test {
use super::*;

#[test]
fn test_pairing() {
let pairing = Pairing::try_from_url(
"wc:b99c41b1219a6c3131f2960e64cc015900b6880b49470e43bf14e9e520bd922d@2?
Expand Down

0 comments on commit 052ea1d

Please sign in to comment.