diff --git a/tests/interchain/delegator/cosmwasm_test.go b/tests/interchain/delegator/cosmwasm_test.go index 431142f76a..61ab50b9e2 100644 --- a/tests/interchain/delegator/cosmwasm_test.go +++ b/tests/interchain/delegator/cosmwasm_test.go @@ -109,7 +109,7 @@ func (s *CosmWasmSuite) executeContractByProposal(contractAddr string) { contractAddr, increment, "--title", "Increment count", "--summary", "Increment count", - "--deposit", fmt.Sprintf("1000000%s", s.Config.ChainSpec.Denom), + "--deposit", fmt.Sprintf("1000001%s", s.Config.ChainSpec.Denom), ) s.Require().NoError(err)