We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35134d commit 87a51b8Copy full SHA for 87a51b8
x/collection/msgs_test.go
@@ -5,12 +5,11 @@ import (
5
"strings"
6
"testing"
7
8
- "github.com/line/lbm-sdk/x/auth/legacy/legacytx"
9
-
10
"github.com/stretchr/testify/require"
11
12
"github.com/line/lbm-sdk/crypto/keys/secp256k1"
13
sdk "github.com/line/lbm-sdk/types"
+ "github.com/line/lbm-sdk/x/auth/legacy/legacytx"
14
"github.com/line/lbm-sdk/x/collection"
15
)
16
0 commit comments