From a6eb6f97e4f75ce339526a1d809e0d9fd27377c2 Mon Sep 17 00:00:00 2001 From: Coby Date: Wed, 27 Nov 2024 11:49:43 -0500 Subject: [PATCH] add zkapp_account_update_id to test row --- tests/utils.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/utils.test.ts b/tests/utils.test.ts index 9bcf0ae..88d2285 100644 --- a/tests/utils.test.ts +++ b/tests/utils.test.ts @@ -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], }, ];