Skip to content

Commit

Permalink
Fix missing libraries test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mimi TxFusion committed Sep 7, 2023
1 parent 265337b commit 807d524
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/hardhat-zksync-solc/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,5 @@ describe('zksolc plugin', async function () {
// Assert that list of missing libraries is correct.
assert.deepEqual(missingLibraries, expectedMissingLibraries);
});

afterEach(async function () {
// Remove the file with the list of missing libraries.
fs.unlinkSync(this.env.config.zksolc.settings.missingLibrariesPath!);
});
});
});

0 comments on commit 807d524

Please sign in to comment.