Skip to content

Commit

Permalink
remove an unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Mar 18, 2024
1 parent 2f7f549 commit 748b11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ibc-hooks/simapp/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type SetupOptions struct {
WasmOpts []wasmkeeper.Option
}

func setup(tb testing.TB, chainID string, withGenesis bool, invCheckPeriod uint, opts ...wasmkeeper.Option) (*App, GenesisState) {
func setup(tb testing.TB, chainID string, withGenesis bool, invCheckPeriod uint) (*App, GenesisState) {
tb.Helper()
db := dbm.NewMemDB()
nodeHome := tb.TempDir()
Expand Down

0 comments on commit 748b11d

Please sign in to comment.