Merge pull request #529 from containernetworking/fix-windows-ginko
Remove extraneous test file in Windows plugin
This commit is contained in:
@ -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")
|
|
||||||
}
|
|
Reference in New Issue
Block a user