diff --git a/app/simulation_test.go b/app/simulation_test.go index 771c8ce..330102d 100644 --- a/app/simulation_test.go +++ b/app/simulation_test.go @@ -6,6 +6,7 @@ import ( "time" "cosmos-test/app" + "github.com/cosmos/cosmos-sdk/baseapp" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/readme.md b/sdk-readme.md similarity index 100% rename from readme.md rename to sdk-readme.md diff --git a/x/cosmostest/genesis_test.go b/x/cosmostest/genesis_test.go index e6bff35..e5b74d4 100644 --- a/x/cosmostest/genesis_test.go +++ b/x/cosmostest/genesis_test.go @@ -7,6 +7,7 @@ import ( "cosmos-test/testutil/nullify" "cosmos-test/x/cosmostest" "cosmos-test/x/cosmostest/types" + "github.com/stretchr/testify/require" )