fix: correct io tests

This commit is contained in:
Jose Diaz-Gonzalez
2020-10-10 19:49:39 -04:00
committed by Jose Diaz-Gonzalez
parent c7becc6cad
commit 39984980fb

View File

@@ -1,5 +1,10 @@
package common
import "testing"
import (
"testing"
. "github.com/onsi/gomega"
)
func TestCommonFileToSlice(t *testing.T) {
RegisterTestingT(t)