Skip to content

Commit

Permalink
fix build_granular
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Nov 16, 2023
1 parent e92b479 commit e504de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests-dfx/build_granular.bash
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ teardown() {
dfx build e2e_project_backend
# validate assets canister wasn't built and can't be installed
assert_command_fail dfx canister install e2e_project_frontend
assert_match "No such file or directory"
assert_match "The canister must be built before install. Please run \`dfx build\`."
}


Expand Down

0 comments on commit e504de1

Please sign in to comment.