Skip to content

Commit

Permalink
Fix wasm path
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed May 23, 2024
1 parent c6e66d5 commit 7718bbb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions rs/integration_tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ fn canister_wasm_path() -> PathBuf {
.unwrap()
.parent()
.unwrap()
.join("target")
.join("wasm32-unknown-unknown")
.join("release")
.join("sign_in_with_email_canister_impl.wasm.gz")
.join(".dfx")
.join("ic")
.join("canisters")
.join("event_store")
.join("sign_in_with_email.wasm.gz")
}

0 comments on commit 7718bbb

Please sign in to comment.