Skip to content

Commit

Permalink
Fix fork test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Ignacio Ubeira committed Dec 4, 2024
1 parent 2cec588 commit 38aa96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/tasks/20241204-v3-vault/test/task.fork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describeForkTest('VaultFactory-V3', 'sepolia', 7206300, function () {
const expectedAddress = '0xbA1333333333a1BA1108E8412f11850A5C319bA9';

before('run task', async () => {
task = new Task('v3-vault-factory', TaskMode.TEST, getForkedNetwork(hre));
task = new Task('20241204-v3-vault', TaskMode.TEST, getForkedNetwork(hre));
deployer = await impersonate(deployerAddress, fp(100));
await task.run({ force: true, from: deployer });

Expand Down

0 comments on commit 38aa96c

Please sign in to comment.