Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters committed Dec 5, 2024
1 parent b57b9cc commit 0e07b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-node/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ describe('node-zksync plugin', async function () {
const mockRelease = '1.0.0';

const mockUrl =
'https://github.com/matter-labs/era-test-node/releases/download/v0.1.0/era_test_node-v0.1.0-aarch64-apple-darwin.tar.gz';
'https://github.com/matter-labs/anvil-zksync/releases/download/v0.1.0/era_test_node-v0.1.0-aarch64-apple-darwin.tar.gz';

let downloadStub: sinon.SinonStub;
let existsSyncStub: sinon.SinonStub;
Expand Down

0 comments on commit 0e07b7e

Please sign in to comment.