Skip to content

Commit

Permalink
clippy again
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed Jan 16, 2024
1 parent b5d5d6f commit a5b054e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity_document/src/document/core_document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ mod tests {
// VerificationMethod
let verification_methods: Vec<&VerificationMethod> = document.methods(Some(MethodScope::VerificationMethod));
assert_eq!(
verification_methods.get(0).unwrap().id().to_string(),
verification_methods.first().unwrap().id().to_string(),
"did:example:1234#key-1"
);
assert_eq!(
Expand Down

0 comments on commit a5b054e

Please sign in to comment.