Skip to content

Commit 074c0e5

Browse files
committed
fix(common): Shorten the name of the snapshot_test_encryption_info
1 parent 1d7c60c commit 074c0e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

crates/matrix-sdk-common/src/deserialized_responses.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ mod tests {
13561356
verification_state: VerificationState::Verified,
13571357
};
13581358

1359-
with_settings!({sort_maps =>true}, {
1359+
with_settings!({ sort_maps => true, prepend_module_to_snapshot => false }, {
13601360
assert_json_snapshot!(info)
13611361
})
13621362
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
source: crates/matrix-sdk-common/src/deserialized_responses.rs
3+
assertion_line: 1360
34
expression: info
45
---
56
{

0 commit comments

Comments
 (0)