Skip to content

Commit

Permalink
fix: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Dec 4, 2024
1 parent 1c7bfa5 commit c12e8e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yarn-project/circuit-types/src/interfaces/pxe.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ describe('PXESchema', () => {
expect([...tested].sort()).toEqual(all.sort());
});

it('isL1ToL2MessageSynced', async () => {
await context.client.isL1ToL2MessageSynced(Fr.random());
});

it('addAuthWitness', async () => {
await context.client.addAuthWitness(AuthWitness.random());
});
Expand Down

0 comments on commit c12e8e7

Please sign in to comment.