Skip to content

Commit

Permalink
fix default test config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Oct 19, 2023
1 parent 3a8f232 commit e22e20b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func New(t *testing.T, configs ...Config) *Network {
// DefaultConfig will initialize config for the network with custom application,
// genesis and single validator. All other parameters are inherited from cosmos-sdk/testutil/network.DefaultConfig
func DefaultConfig() network.Config {
cfg, err := network.DefaultConfigWithAppConfig(app.AppConfig)
cfg, err := network.DefaultConfigWithAppConfig(app.AppConfig())
if err != nil {
panic(err)
}
Expand Down

0 comments on commit e22e20b

Please sign in to comment.