Skip to content

Commit

Permalink
add zkapp_account_update_id to test row
Browse files Browse the repository at this point in the history
  • Loading branch information
45930 committed Nov 27, 2024
1 parent 71e84e7 commit a6eb6f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ describe('utils', () => {
test('map rows to an array of events', () => {
const rows: any[] = [
{
zkapp_account_update_id: '1',
element_ids: [1, 2],
},
];
Expand Down

0 comments on commit a6eb6f9

Please sign in to comment.