@@ -1346,7 +1346,7 @@ mod tests {
1346
1346
. build_response ( ) ;
1347
1347
allow_duplicates ! {
1348
1348
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( ) ) )
1350
1350
} ) ;
1351
1351
}
1352
1352
machine. mark_request_as_sent ( & TransactionId :: new ( ) , & keys_query) . await . unwrap ( ) ;
@@ -1402,7 +1402,7 @@ mod tests {
1402
1402
. build_response ( ) ;
1403
1403
allow_duplicates ! {
1404
1404
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( ) ) )
1406
1406
} ) ;
1407
1407
}
1408
1408
machine. mark_request_as_sent ( & TransactionId :: new ( ) , & keys_query) . await . unwrap ( ) ;
@@ -1470,7 +1470,7 @@ mod tests {
1470
1470
. build_response ( ) ;
1471
1471
allow_duplicates ! {
1472
1472
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( ) ) )
1474
1474
} ) ;
1475
1475
}
1476
1476
machine. mark_request_as_sent ( & TransactionId :: new ( ) , & keys_query) . await . unwrap ( ) ;
@@ -1601,7 +1601,7 @@ mod tests {
1601
1601
. build_response ( ) ;
1602
1602
allow_duplicates ! {
1603
1603
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( ) ) )
1605
1605
} ) ;
1606
1606
}
1607
1607
machine. mark_request_as_sent ( & TransactionId :: new ( ) , & keys_query) . await . unwrap ( ) ;
0 commit comments