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

Commit b15486b

Browse files
committed
remove dot only
1 parent 78021d2 commit b15486b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/upgradeAuthenticator.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe("Upgrade Authenticator", () => {
3939
});
4040

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

4444
// Upgrade after storage is set.
4545
await upgrade(
@@ -64,7 +64,7 @@ describe("Upgrade Authenticator", () => {
6464
contract: newContractName,
6565
gasLimit: 2000000,
6666
from: owner.address,
67-
deterministicDeployment: SALT,
67+
// deterministicDeployment: SALT,
6868
proxy: true,
6969
});
7070
}

0 commit comments

Comments
 (0)