mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-05 06:28:20 -04:00
fix(common): Shorten the name of the snapshot_test_encryption_info
This commit is contained in:
@@ -1356,7 +1356,7 @@ mod tests {
|
||||
verification_state: VerificationState::Verified,
|
||||
};
|
||||
|
||||
with_settings!({sort_maps =>true}, {
|
||||
with_settings!({ sort_maps => true, prepend_module_to_snapshot => false }, {
|
||||
assert_json_snapshot!(info)
|
||||
})
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
source: crates/matrix-sdk-common/src/deserialized_responses.rs
|
||||
assertion_line: 1360
|
||||
expression: info
|
||||
---
|
||||
{
|
||||
Reference in New Issue
Block a user