From bd66dd1ad577a74d4f002cd55c25f7e2bc765c1e Mon Sep 17 00:00:00 2001 From: Yash Khare Date: Sun, 23 Apr 2023 11:59:33 +0530 Subject: [PATCH] removed extralines --- pkg/cli/version_test.go | 7 ------- 1 file changed, 7 deletions(-) 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"}