From 1ea19f921386905010d09711af3198f241a33714 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Wed, 9 Sep 2020 16:12:54 +0000 Subject: [PATCH] Remove extraneous test file in Windows plugin We already have a function to run all tests in the package, in netconf_suite_windows_test.go Signed-off-by: Bryan Boreham --- pkg/hns/hns_suite_windows_test.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 pkg/hns/hns_suite_windows_test.go diff --git a/pkg/hns/hns_suite_windows_test.go b/pkg/hns/hns_suite_windows_test.go deleted file mode 100644 index af24522d..00000000 --- a/pkg/hns/hns_suite_windows_test.go +++ /dev/null @@ -1,13 +0,0 @@ -package hns_test - -import ( - "testing" - - . "github.com/onsi/ginkgo" - . "github.com/onsi/gomega" -) - -func TestHns(t *testing.T) { - RegisterFailHandler(Fail) - RunSpecs(t, "Hns Suite") -}