Skip to content

Commit

Permalink
misbehaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jan 24, 2025
1 parent 98040e9 commit 3173091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interchaintest/misbehaviour_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func TestRelayerMisbehaviourDetection(t *testing.T) {
Chain2: chainB,
Relayer: r,
Path: pathChainAChainB,
CreateClientOpts: ibc.CreateClientOptions{TrustingPeriod: "15m"},
CreateClientOpts: ibc.CreateClientOptions{TrustingPeriod: "15m", Override: true},
})

rep := testreporter.NewNopReporter()
Expand Down

0 comments on commit 3173091

Please sign in to comment.