Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Mar 5, 2024
1 parent 8a82955 commit 93bae50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x/auth/signing/adapter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ import (
"context"
"testing"

"github.com/stretchr/testify/require"

authsign "cosmossdk.io/x/auth/signing"

"github.com/cosmos/cosmos-sdk/testutil/testdata"
moduletestutil "github.com/cosmos/cosmos-sdk/types/module/testutil"
"github.com/cosmos/cosmos-sdk/types/tx/signing"
"github.com/stretchr/testify/require"
)

func TestGetSignBytesAdapterNoPublicKey(t *testing.T) {
Expand Down

0 comments on commit 93bae50

Please sign in to comment.