Skip to content

Commit

Permalink
🤖 cargo-fmt auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 4, 2024
1 parent f60c09f commit 6446286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demos/vc_issuer/tests/issue_credential.rs
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@ fn should_set_derivation_origin() {
canister_id,
frontend_hostname.as_str(),
derivation_origin,
).expect("failed to set derivation_origin");
)
.expect("failed to set derivation_origin");

let req = DerivationOriginRequest { frontend_hostname };
let response = api::derivation_origin(&env, canister_id, &req)
Expand Down

0 comments on commit 6446286

Please sign in to comment.