Important: add iterator feature support
This commit is contained in:
@@ -31,7 +31,7 @@ type testData struct {
|
||||
}
|
||||
|
||||
func setupTest(t *testing.T) testData {
|
||||
ctx, keepers := CreateTestInput(t, false, "staking,stargate")
|
||||
ctx, keepers := CreateTestInput(t, false, "iterator,staking,stargate")
|
||||
cdc := keeper.MakeTestCodec(t)
|
||||
data := testData{
|
||||
module: NewAppModule(cdc, keepers.WasmKeeper, keepers.StakingKeeper),
|
||||
|
||||
Reference in New Issue
Block a user