mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-06-21 22:58:32 -04:00
chore: Fix a formatting issue that snuck in while doing a security release
This commit is contained in:
@@ -1067,7 +1067,10 @@ pub(crate) mod tests {
|
||||
bob.get_identity(alice.user_id(), None).await.unwrap().unwrap().other().unwrap();
|
||||
|
||||
assert!(bobs_own_identity.is_verified(), "Bob's identity should be verified.");
|
||||
assert!(!bobs_alice_identity.is_verified(), "Alice's identity should not be considered verified since Bob has not signed it.");
|
||||
assert!(
|
||||
!bobs_alice_identity.is_verified(),
|
||||
"Alice's identity should not be considered verified since Bob has not signed it."
|
||||
);
|
||||
}
|
||||
|
||||
#[async_test]
|
||||
|
||||
Reference in New Issue
Block a user