Skip to content

Commit

Permalink
refactor: types audit (cosmos#14283)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Dec 13, 2022
1 parent 3c99779 commit 32a143d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func NewTestNetworkFixture() network.TestFixture {

app := NewSimApp(log.NewNopLogger(), dbm.NewMemDB(), nil, true, simtestutil.NewAppOptionsWithFlagHome(dir))

appCtr := func(val testutil.Validator) servertypes.Application {
appCtr := func(val network.ValidatorI) servertypes.Application {
return NewSimApp(
val.GetCtx().Logger, dbm.NewMemDB(), nil, true,
simtestutil.NewAppOptionsWithFlagHome(val.GetCtx().Config.RootDir),
Expand Down

0 comments on commit 32a143d

Please sign in to comment.