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
commit e78e6aa5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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