Skip to content

Commit 0055f8f

Browse files
committed
Fix typo
1 parent bce99c2 commit 0055f8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/matrix-sdk-crypto/src/session_manager/group_sessions/share_strategy.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ mod tests {
13461346
.build_response();
13471347
allow_duplicates! {
13481348
with_settings!({ sort_maps => true, prepend_module_to_snapshot => false }, {
1349-
assert_json_snapshot!(ruma_response_to_json(keys_query.clone()));
1349+
assert_json_snapshot!(ruma_response_to_json(keys_query.clone()))
13501350
});
13511351
}
13521352
machine.mark_request_as_sent(&TransactionId::new(), &keys_query).await.unwrap();
@@ -1402,7 +1402,7 @@ mod tests {
14021402
.build_response();
14031403
allow_duplicates! {
14041404
with_settings!({ sort_maps => true, prepend_module_to_snapshot => false }, {
1405-
assert_json_snapshot!(ruma_response_to_json(keys_query.clone()));
1405+
assert_json_snapshot!(ruma_response_to_json(keys_query.clone()))
14061406
});
14071407
}
14081408
machine.mark_request_as_sent(&TransactionId::new(), &keys_query).await.unwrap();
@@ -1470,7 +1470,7 @@ mod tests {
14701470
.build_response();
14711471
allow_duplicates! {
14721472
with_settings!({ sort_maps => true, prepend_module_to_snapshot => false }, {
1473-
assert_json_snapshot!(ruma_response_to_json(keys_query.clone()));
1473+
assert_json_snapshot!(ruma_response_to_json(keys_query.clone()))
14741474
});
14751475
}
14761476
machine.mark_request_as_sent(&TransactionId::new(), &keys_query).await.unwrap();
@@ -1601,7 +1601,7 @@ mod tests {
16011601
.build_response();
16021602
allow_duplicates! {
16031603
with_settings!({ sort_maps => true, prepend_module_to_snapshot => false }, {
1604-
assert_json_snapshot!(ruma_response_to_json(keys_query.clone()));
1604+
assert_json_snapshot!(ruma_response_to_json(keys_query.clone()))
16051605
});
16061606
}
16071607
machine.mark_request_as_sent(&TransactionId::new(), &keys_query).await.unwrap();

0 commit comments

Comments
 (0)