Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jun 5, 2024
1 parent 1595ffa commit 6370db9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yarn-project/pxe/src/note_processor/note_processor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ describe('Note Processor', () => {

expect(addNotesSpy).toHaveBeenCalledTimes(1);
expect(addNotesSpy).toHaveBeenCalledWith(
// Incoming should contain notes from requests 0, 2, 4 because in those requests we set owner ivpk.
[
expect.objectContaining({
...requests[0].note.notePayload,
Expand All @@ -247,6 +248,7 @@ describe('Note Processor', () => {
index: requests[4].indexWithinNoteHashTree,
}),
],
// Outgoing should contain notes from requests 0, 1, 4 because in those requests we set owner ovKeys.
[
expect.objectContaining(requests[0].note.notePayload),
expect.objectContaining(requests[1].note.notePayload),
Expand Down

0 comments on commit 6370db9

Please sign in to comment.