goimports -w; comments; refactor test

This commit is contained in:
Ian Norden
2019-12-02 11:03:36 -06:00
parent 2a98a30ee9
commit a59bd06a37
27 changed files with 75 additions and 67 deletions
@@ -19,10 +19,11 @@ package repository_test
import (
"testing"
"io/ioutil"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
log "github.com/sirupsen/logrus"
"io/ioutil"
)
func TestFactories(t *testing.T) {