mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 19:16:02 -04:00
chore: Fix the formatting
This commit is contained in:
committed by
Benjamin Bouvier
parent
11de0449fa
commit
9ef465fdf4
@@ -4397,7 +4397,8 @@ pub(crate) mod tests {
|
||||
let ciphertext = key_backup_data.session_data.ciphertext.encode();
|
||||
let mac = key_backup_data.session_data.mac.encode();
|
||||
|
||||
// Prior to the fix for GHSA-9ggc-845v-gcgv, this would produce a `Mac(MacError)`
|
||||
// Prior to the fix for GHSA-9ggc-845v-gcgv, this would produce a
|
||||
// `Mac(MacError)`
|
||||
backup_decryption_key
|
||||
.decrypt_v1(&ephemeral, &mac, &ciphertext)
|
||||
.expect("The backed up key should be decrypted successfully");
|
||||
|
||||
Reference in New Issue
Block a user