Fix failing test

This commit is contained in:
Arijit Das
2021-06-04 00:01:25 +05:30
parent 954e028306
commit 7babaf6c05
8 changed files with 160 additions and 64 deletions
+3 -2
View File
@@ -2,16 +2,17 @@ package integration_test
import (
"context"
"math/big"
"time"
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"time"
"github.com/ethereum/go-ethereum/rlp"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
integration "github.com/vulcanize/ipld-eth-server/test"
"math/big"
"github.com/ethereum/go-ethereum/ethclient"
)