We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a82955 commit 93bae50Copy full SHA for 93bae50
x/auth/signing/adapter_test.go
@@ -4,11 +4,13 @@ import (
4
"context"
5
"testing"
6
7
+ "github.com/stretchr/testify/require"
8
+
9
authsign "cosmossdk.io/x/auth/signing"
10
11
"github.com/cosmos/cosmos-sdk/testutil/testdata"
12
moduletestutil "github.com/cosmos/cosmos-sdk/types/module/testutil"
13
"github.com/cosmos/cosmos-sdk/types/tx/signing"
- "github.com/stretchr/testify/require"
14
)
15
16
func TestGetSignBytesAdapterNoPublicKey(t *testing.T) {
0 commit comments