From fe380266c35ea32fd2ab6d2d2e597110b9cada50 Mon Sep 17 00:00:00 2001 From: Mario Sarcevic Date: Thu, 31 Oct 2024 15:13:47 +0100 Subject: [PATCH] feat(tooling-sdk): Fix dapp-kit test --- sdk/dapp-kit/test/hooks/useSignAndExecuteTransaction.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/dapp-kit/test/hooks/useSignAndExecuteTransaction.test.tsx b/sdk/dapp-kit/test/hooks/useSignAndExecuteTransaction.test.tsx index 73b348cc3fc..5cf63eb64b7 100644 --- a/sdk/dapp-kit/test/hooks/useSignAndExecuteTransaction.test.tsx +++ b/sdk/dapp-kit/test/hooks/useSignAndExecuteTransaction.test.tsx @@ -164,7 +164,7 @@ describe('useSignAndExecuteTransaction', () => { ]), ); const effectsBcs = bcs.TransactionEffects.serialize({ - V2: { + V1: { status: { Success: true, },