Merge pull request #529 from containernetworking/fix-windows-ginko

Remove extraneous test file in Windows plugin
This commit is contained in:
Bryan Boreham
2020-09-16 16:27:32 +01:00
committed by GitHub

View File

@ -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")
}