Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-blaeser committed Aug 23, 2024
1 parent 818031b commit 67d10b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests-dfx/upgrade_check.bash
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ teardown() {
jq '.canisters.hello_backend.main="v3_bad.mo"' dfx.json | sponge dfx.json
echo yes | (
assert_command dfx deploy
assert_match "Candid interface compatibility check failed
assert_match "Candid interface compatibility check failed"
)
assert_command dfx canister call hello_backend read2 '()'
assert_match "(1 : int)"
Expand Down

0 comments on commit 67d10b8

Please sign in to comment.