Skip to content

Commit

Permalink
Fixed test name
Browse files Browse the repository at this point in the history
The test name for the kubeconfig package was incorrect and
so its been changed.

Signed-off-by: Richard Case <richard.case@outlook.com>
  • Loading branch information
richardcase committed Oct 10, 2018
1 parent 70c379f commit 5f371fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/kubeconfig/kubeconfig_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
. "github.com/onsi/gomega"
)

func TestPrinters(t *testing.T) {
func TestKubeConfig(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "KubeConfig Suite")
}

0 comments on commit 5f371fd

Please sign in to comment.