Restructure contd.

This commit is contained in:
Christopher Goes
2018-07-17 03:25:15 +02:00
parent a49f9d6314
commit cbcd0f0828
5 changed files with 38 additions and 38 deletions
+5 -5
View File
@@ -9,7 +9,7 @@ import (
"github.com/tendermint/tendermint/libs/log"
gaia "github.com/cosmos/cosmos-sdk/cmd/gaia/app"
"github.com/cosmos/cosmos-sdk/x/mock"
"github.com/cosmos/cosmos-sdk/x/mock/simulation"
)
const (
@@ -26,11 +26,11 @@ func TestFullGaiaSimulation(t *testing.T) {
require.Equal(t, "GaiaApp", app.Name())
// Run randomized simulation
mock.RandomizedTesting(
simulation.RandomizedTesting(
t, app.BaseApp,
[]mock.TestAndRunTx{},
[]mock.RandSetup{},
[]mock.Invariant{},
[]simulation.TestAndRunTx{},
[]simulation.RandSetup{},
[]simulation.Invariant{},
NumKeys,
NumBlocks,
BlockSize,