diff --git a/plugins/common/io_test.go b/plugins/common/io_test.go index 856206a87..e03ad046a 100644 --- a/plugins/common/io_test.go +++ b/plugins/common/io_test.go @@ -1,5 +1,10 @@ +package common -import "testing" +import ( + "testing" + + . "github.com/onsi/gomega" +) func TestCommonFileToSlice(t *testing.T) { RegisterTestingT(t)