Skip to content

Commit

Permalink
Update e2e/tests-dfx/install.bash
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com>
  • Loading branch information
1 parent 5f3fe9f commit cef88cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/tests-dfx/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ teardown() {
assert_command dfx build
assert_command dfx canister install --all
assert_command dfx canister info large
assert_match "Module hash: 0x$(sha2sum .dfx/local/canisters/large/large.wasm.gz | head -c 64)"
HASH="$(sha256sum .dfx/local/canisters/large/large.wasm | head -c 64)"
assert_match "Module hash: 0x$HASH"
}

@test "--mode=auto selects install or upgrade automatically" {
Expand Down

0 comments on commit cef88cf

Please sign in to comment.