Skip to content

Commit

Permalink
removed extralines
Browse files Browse the repository at this point in the history
  • Loading branch information
khareyash05 committed Apr 23, 2023
1 parent c708860 commit bd66dd1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/cli/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit bd66dd1

Please sign in to comment.