Skip to content

Commit

Permalink
false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasirv committed Sep 26, 2024
1 parent 727c10b commit ef34849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-tests.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe("Docker build tests Contract", () => {
expect(await PolygonZkEVMEtrogContract.rollupManager()).to.equal(polygonRollupManagerAddress);
const admin = await PolygonZkEVMEtrogContract.admin();
// If admin is not zero address, means the contract is already initialized
expect(admin).to.not.equal(ethers.ZeroAddress);
expect(admin).to.equal(ethers.ZeroAddress);
});

it("should check RollupManager", async () => {
Expand Down

0 comments on commit ef34849

Please sign in to comment.