diff --git a/tests/plan.bats b/tests/plan.bats index ecbe8a7d..b993ba47 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 project." + assert_output --partial "Attempting to load a dagger 0.1.0 project." } @test "plan/hello" {