From c24f01dbe3fba0ffd4734a9b76b59248d465c92d Mon Sep 17 00:00:00 2001 From: violet Date: Tue, 18 Feb 2025 11:21:15 -0500 Subject: [PATCH] test commit --- tests/interchain/delegator/cosmwasm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)