From e504de1455cc4cffcf868f7703e4a394b178f923 Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Thu, 16 Nov 2023 16:58:14 -0500 Subject: [PATCH] fix build_granular --- e2e/tests-dfx/build_granular.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/tests-dfx/build_granular.bash b/e2e/tests-dfx/build_granular.bash index 04101028c8..d60b824b53 100644 --- a/e2e/tests-dfx/build_granular.bash +++ b/e2e/tests-dfx/build_granular.bash @@ -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\`." }