From b43b0d09eae5fb062317815feebf1cb53c8d8453 Mon Sep 17 00:00:00 2001 From: aitbc Date: Wed, 29 Apr 2026 13:04:16 +0200 Subject: [PATCH] fix: remove extra closing brace causing syntax error in EscrowService.test.js --- contracts/test/EscrowService.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/test/EscrowService.test.js b/contracts/test/EscrowService.test.js index 0bf89a77..9278904b 100644 --- a/contracts/test/EscrowService.test.js +++ b/contracts/test/EscrowService.test.js @@ -306,7 +306,6 @@ describe("EscrowService", function () { const receipt = await tx.wait(); escrowId = receipt.logs[0].args[0]; }); - }); it("Should get escrow details", async function () { const escrow = await escrowService.escrowAccounts(escrowId);