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
+2 -1
View File
@@ -17,6 +17,8 @@
package logs_test
import (
"math/rand"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
. "github.com/onsi/ginkgo"
@@ -27,7 +29,6 @@ import (
"github.com/vulcanize/vulcanizedb/libraries/shared/transformer"
"github.com/vulcanize/vulcanizedb/pkg/core"
"github.com/vulcanize/vulcanizedb/pkg/fakes"
"math/rand"
)
var _ = Describe("Log extractor", func() {