Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehemmerle committed Jul 13, 2022
1 parent 34e895b commit 96de7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/io/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@ mod tests {
}

// push invalid
let msg = format!("asdf!");
let msg = format!("asdf!".to_string());
let signature = pair.sign(msg.as_bytes());
crypto::sr25519_batch_verify(&signature, msg.as_bytes(), &pair_unused.public());
assert!(!crypto::finish_batch_verify());
Expand Down

0 comments on commit 96de7c9

Please sign in to comment.