Skip to content

Commit

Permalink
Update substrate/primitives/keyring/src/sr25519.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
  • Loading branch information
1 parent b1fcb7f commit d9ca423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/primitives/keyring/src/sr25519.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ mod tests {
}

#[test]
fn verfity_well_known() {
fn verify_well_known() {
assert_eq!(
Keyring::well_known().collect::<Vec<Keyring>>(),
vec![
Expand Down

0 comments on commit d9ca423

Please sign in to comment.