Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sgc-code committed Jun 27, 2024
1 parent b5c67f5 commit b37d239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-integration/upgrade.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ describe("Test Factory Upgrade", function () {
factory.connect(deployer);
const { transaction_hash: tx1 } = await factory.propose_upgrade(newClassHash, calldata);

let expectedPendingUpgrade = {
const expectedPendingUpgrade = {
ready_at: CURRENT_TIME + MIN_SECURITY_PERIOD,
implementation: num.toBigInt(newClassHash),
calldata_hash: BigInt(hash.computePoseidonHashOnElements(calldata)),
Expand Down

0 comments on commit b37d239

Please sign in to comment.