From abe1e36032cfd7a78283304f17494d8bb9402723 Mon Sep 17 00:00:00 2001 From: Kenneth Lear Date: Wed, 6 Apr 2022 22:56:56 -0400 Subject: [PATCH] test: Update project info test to fix issue Signed-off-by: Kenneth Lear --- tests/project.bats | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/project.bats b/tests/project.bats index 013a4b9c..0920f107 100644 --- a/tests/project.bats +++ b/tests/project.bats @@ -28,7 +28,8 @@ setup() { test ! -f ./cue.mod/pkg/.gitignore - "$DAGGER" project info + run "$DAGGER" project info + assert_success assert_output --partial "Current dagger project in:" assert_output --partial "$TEMPDIR" }