Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jun 4, 2024
1 parent dfe7ba6 commit 7b0df1b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions yarn-project/pxe/src/note_processor/note_processor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,7 @@ describe('Note Processor', () => {
});

it('should store an incoming note that belongs to us', async () => {
const request = new MockNoteRequest(
TaggedNote.random(app),
4,
0,
2,
ownerIvpkM,
KeyValidationRequest.random(),
);
const request = new MockNoteRequest(TaggedNote.random(app), 4, 0, 2, ownerIvpkM, KeyValidationRequest.random());

const blocks = mockBlocks([request]);

Expand Down

0 comments on commit 7b0df1b

Please sign in to comment.