Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
test: fix multicall3
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse authored and jjyr committed Nov 7, 2022
1 parent b7659d8 commit 41ccdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyjuice-tests/src/test_cases/multicall3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ fn multicall3_test() -> anyhow::Result<()> {
// used_cycles: 276137907
let result = chain.execute(from_id, contract_account_id, &input, 1000000000, 1, 0)?;
assert_eq!(result.exit_code, 0);
check_cycles("Multicall3", result.cycles.execution, 280_000_000);
check_cycles("Multicall3", result.cycles, 280_000_000);
Ok(())
}

0 comments on commit 41ccdeb

Please sign in to comment.