From 9c8840f03f96e992f8f0637f20c0afd183ccda1a Mon Sep 17 00:00:00 2001 From: Karolina Kosiorowska Date: Thu, 31 Oct 2024 10:17:43 +0100 Subject: [PATCH] Fix failed SDK test --- sdk/test/modules/account.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/test/modules/account.test.ts b/sdk/test/modules/account.test.ts index 8c871adbd..d9ed71e21 100644 --- a/sdk/test/modules/account.test.ts +++ b/sdk/test/modules/account.test.ts @@ -415,6 +415,7 @@ describe("Account", () => { mockedShares, undefined, undefined, + undefined, ) })