Skip to content

Commit b9d2aa8

Browse files
🤖 cargo-fmt auto-update
1 parent ee98469 commit b9d2aa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/internet_identity/tests/integration/accounts.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,8 @@ fn should_update_last_used_after_prepare_account_delegation() -> Result<(), Reje
11331133
/// Verifies that the last_used field is not updated after prepare_account_delegation
11341134
/// for synthetic accounts when the user doesn't have any other account.
11351135
#[test]
1136-
fn should_not_update_last_used_synthetic_account_after_prepare_account_delegation() -> Result<(), RejectResponse> {
1136+
fn should_not_update_last_used_synthetic_account_after_prepare_account_delegation(
1137+
) -> Result<(), RejectResponse> {
11371138
let env = env();
11381139
let canister_id = install_ii_with_archive(&env, None, None);
11391140
let user_number = flows::register_anchor(&env, canister_id);

0 commit comments

Comments
 (0)