diff --git a/types/bech32/bech32_test.go b/types/bech32/bech32_test.go index 16969d2b2..ba2beb783 100644 --- a/types/bech32/bech32_test.go +++ b/types/bech32/bech32_test.go @@ -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) {