Skip to content

Commit

Permalink
use StartupFlags for wasm_icq test
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Sep 16, 2023
1 parent 29b1bed commit 42a630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ibc/wasm/wasm_icq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func TestInterchainQueriesWASM(t *testing.T) {
r := interchaintest.NewBuiltinRelayerFactory(
ibc.CosmosRly,
logger,
relayer.RelayerOptionExtraStartFlags{Flags: []string{"-p", "events", "-b", "100"}},
relayer.StartupFlags("-p", "events", "-b", "100"),
).Build(t, client, network)

// Build the network; spin up the chains and configure the relayer
Expand Down

0 comments on commit 42a630b

Please sign in to comment.