Skip to content

Commit

Permalink
dropping stable var is now WARN instead of ERR
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 committed Sep 25, 2024
1 parent 89f6204 commit 4528b7c
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 @@ -87,7 +87,7 @@ teardown() {
jq '.canisters.hello_backend.main="v5.mo"' dfx.json | sponge dfx.json
echo yes | (
assert_command dfx deploy
assert_match "Stable interface compatibility check issued an ERROR"
assert_match "Stable interface compatibility check issued a WARNING"
)
assert_command dfx canister call hello_backend read '()'
assert_match "(0 : int)"
Expand Down

0 comments on commit 4528b7c

Please sign in to comment.