From 8b3650c08da5c28311c9669bda3bf1f8a51f8c8c Mon Sep 17 00:00:00 2001 From: Joel Longtine Date: Thu, 10 Mar 2022 15:19:59 -0700 Subject: [PATCH] Fix test Signed-off-by: Joel Longtine --- tests/plan.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plan.bats b/tests/plan.bats index 30432aee..ecbe8a7d 100644 --- a/tests/plan.bats +++ b/tests/plan.bats @@ -40,7 +40,7 @@ setup() { @test "plan/do: Nice error message for 0.1.0 projects" { run "$DAGGER" "do" -p ./plan/do/error_message_for_0.1_projects.cue - assert_output --partial "Attempting to load a 0.1.0 plan." + assert_output --partial "Attempting to load a 0.1.0 project." } @test "plan/hello" {