Skip to content

Commit

Permalink
Use non-zero period in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Mar 22, 2024
1 parent 7eb800e commit c5cd43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sin-executor/executor/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (i *InterchainSuite) setClientConfigs(backend backends.SimulatedTestBackend

tx, err = appMock.SetAppConfigV1(appAuth.TransactOpts, interchainapp.AppConfigV1{
RequiredResponses: big.NewInt(1),
OptimisticPeriod: big.NewInt(0), // no need to worry about mocking period
OptimisticPeriod: big.NewInt(1), // no need to worry about mocking period
})

i.Require().NoError(err)
Expand Down

0 comments on commit c5cd43d

Please sign in to comment.