fix import to sdk (#6201)

This commit is contained in:
Marko 2020-05-12 19:12:26 +02:00 committed by GitHub
parent 4173ea5eba
commit 2f68c4166d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ import (
"testing" "testing"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"github.com/tendermint/tendermint/libs/bech32"
"github.com/cosmos/cosmos-sdk/types/bech32"
) )
func TestEncodeAndDecode(t *testing.T) { func TestEncodeAndDecode(t *testing.T) {