Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/sea-snake/refactor-config-integr…
Browse files Browse the repository at this point in the history
…ation-tests' into sea-snake/refactor-config-integration-tests
  • Loading branch information
sea-snake committed Jan 17, 2025
2 parents 3687f9b + dc90ef4 commit 68b7467
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/internet_identity/tests/integration/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,12 @@ fn unrelated_change_and_assert(
}),
..api::config(env, canister_id)?
};
upgrade_ii_canister_with_arg(env, canister_id, II_WASM.clone(), Some(other_config.clone()))?;
upgrade_ii_canister_with_arg(
env,
canister_id,
II_WASM.clone(),
Some(other_config.clone()),
)?;
assert_config(env, canister_id, &expected_config)?;
Ok(canister_id)
}
Expand Down

0 comments on commit 68b7467

Please sign in to comment.