change omniwatcher database test helpers so that it doesn't interfere with downstream maker tests

This commit is contained in:
Ian Norden
2019-01-23 14:55:20 -06:00
parent 46b898f690
commit dc87f39889
8 changed files with 38 additions and 18 deletions
+2 -2
View File
@@ -21,11 +21,11 @@ import (
"math/big"
"github.com/ethereum/go-ethereum"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/core/types"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
vulcCore "github.com/vulcanize/vulcanizedb/pkg/core"
"github.com/vulcanize/vulcanizedb/pkg/fakes"