We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5502d95 commit c4ecb10Copy full SHA for c4ecb10
multichain_test.go
@@ -30,8 +30,6 @@ import (
30
"github.com/ethereum/go-ethereum/crypto"
31
filaddress "github.com/filecoin-project/go-address"
32
filtypes "github.com/filecoin-project/lotus/chain/types"
33
- . "github.com/onsi/ginkgo"
34
- . "github.com/onsi/gomega"
35
"github.com/renproject/id"
36
"github.com/renproject/multichain"
37
"github.com/renproject/multichain/api/account"
@@ -51,6 +49,9 @@ import (
51
49
"github.com/tyler-smith/go-bip39"
52
50
"go.uber.org/zap"
53
"go.uber.org/zap/zapcore"
+
+ . "github.com/onsi/ginkgo"
54
+ . "github.com/onsi/gomega"
55
)
56
57
var (
0 commit comments