Skip to content

Commit

Permalink
using initialSyncBlockNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jan 30, 2024
1 parent 68cab09 commit 4d31d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/pxe/src/synchronizer/synchronizer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('Synchronizer', () => {
});

it('sets header from aztec node on initial sync', async () => {
aztecNode.getBlockNumber.mockResolvedValue(3);
aztecNode.getBlockNumber.mockResolvedValue(initialSyncBlockNumber);
aztecNode.getHeader.mockResolvedValue(headerBlock3);

await synchronizer.initialSync();
Expand Down

0 comments on commit 4d31d69

Please sign in to comment.