From 876d478caa6758e56f4aa1d525fc74fb087fc09d Mon Sep 17 00:00:00 2001 From: Kelton Bassingthwaite Date: Wed, 30 Mar 2022 08:08:15 -0700 Subject: [PATCH] Changed test name due to conflict with bash tests. Signed-off-by: Kelton Bassingthwaite --- pkg/universe.dagger.io/go/test/test.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/universe.dagger.io/go/test/test.bats b/pkg/universe.dagger.io/go/test/test.bats index fcefcd44..d3b47565 100644 --- a/pkg/universe.dagger.io/go/test/test.bats +++ b/pkg/universe.dagger.io/go/test/test.bats @@ -4,7 +4,7 @@ setup() { common_setup } -@test "bash" { +@test "go" { dagger "do" -p ./build.cue test dagger "do" -p ./container.cue test dagger "do" -p ./image.cue test