mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Adjust expected gas range
This commit is contained in:
parent
9bc51cb042
commit
b6c270fa81
@ -98,8 +98,8 @@ describe("SigningCosmWasmClient", () => {
|
||||
};
|
||||
const memo = "Go go go";
|
||||
const gasUsed = await client.simulate(alice.address0, [executeContractMsg], memo);
|
||||
expect(gasUsed).toBeGreaterThanOrEqual(101_000);
|
||||
expect(gasUsed).toBeLessThanOrEqual(200_000);
|
||||
expect(gasUsed).toBeGreaterThanOrEqual(70_000);
|
||||
expect(gasUsed).toBeLessThanOrEqual(140_000);
|
||||
client.disconnect();
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user