fix import to sdk (#6201)
This commit is contained in:
parent
4173ea5eba
commit
2f68c4166d
|
@ -6,7 +6,8 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
"github.com/tendermint/tendermint/libs/bech32"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/types/bech32"
|
||||
)
|
||||
|
||||
func TestEncodeAndDecode(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue