Skip to content

Commit

Permalink
chore: update test values. TODO need a better solution here
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Nov 8, 2024
1 parent 91893cb commit f528a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/test/zks-apis.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe("zks_estimateFee", function () {
// Act
const response: Fee = await provider.send("zks_estimateFee", [transaction]);
// Assert
expect(ethers.BigNumber.from(response.gas_limit).toNumber()).to.eql(243463, "Unexpected gas_limit");
expect(ethers.BigNumber.from(response.gas_limit).toNumber()).to.eql(235633, "Unexpected gas_limit");
expect(ethers.BigNumber.from(response.gas_per_pubdata_limit)).to.eql(
ethers.BigNumber.from("1223"),
"Unexpected gas_per_pubdata_limit"
Expand Down

0 comments on commit f528a42

Please sign in to comment.