From 39984980fb167de691b6c8bd973449062cba824a Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 10 Oct 2020 19:49:39 -0400 Subject: [PATCH] fix: correct io tests --- plugins/common/io_test.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)