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

Commit

Permalink
remove dot only
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Feb 1, 2021
1 parent 78021d2 commit b15486b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/upgradeAuthenticator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe("Upgrade Authenticator", () => {
});

it("should preserve storage", async () => {
authenticator.connect(owner).addSolver(solver.address);
await authenticator.connect(owner).addSolver(solver.address);

// Upgrade after storage is set.
await upgrade(
Expand All @@ -64,7 +64,7 @@ describe("Upgrade Authenticator", () => {
contract: newContractName,
gasLimit: 2000000,
from: owner.address,
deterministicDeployment: SALT,
// deterministicDeployment: SALT,
proxy: true,
});
}
Expand Down

0 comments on commit b15486b

Please sign in to comment.