Skip to content

Commit

Permalink
test: update simulate test
Browse files Browse the repository at this point in the history
  • Loading branch information
pyncz committed Jul 5, 2024
1 parent b765917 commit 8d7538c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arch3-core/src/signingarchwayclient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ describe('SigningArchwayClient', () => {
sender,
contract: contractAddress,
msg: toUtf8(JSON.stringify(msg)),
funds: [],
funds: coins(10, archwayd.denom),
}),
};
const gasUsed = await client.simulate(sender, [executeContractMsg], '');
Expand Down

0 comments on commit 8d7538c

Please sign in to comment.