diff --git a/pkg/cli/version_test.go b/pkg/cli/version_test.go index 5ff91477154..7dd53edec14 100644 --- a/pkg/cli/version_test.go +++ b/pkg/cli/version_test.go @@ -17,17 +17,10 @@ limitations under the License. package cli import ( - "testing" - . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" ) -func TestVersionCLI(t *testing.T) { - RegisterFailHandler(Fail) - RunSpecs(t, "CLI Version Suite") -} - var _ = Describe("newVersionCmd", func() { It("should print the version number", func() { cli := CLI{version: "1.0.0", commandName: "myapp"}