fix: remove extra closing brace causing syntax error in EscrowService.test.js
Some checks failed
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Deploy to Testnet / notify-deployment (push) Has been cancelled
Contract Performance Benchmarks / benchmark-gas-usage (push) Has been skipped
Contract Performance Benchmarks / benchmark-execution-time (push) Has been skipped
Contract Performance Benchmarks / benchmark-throughput (push) Has been skipped
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 2s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 1s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Contract Performance Benchmarks / compare-benchmarks (push) Has been skipped

This commit is contained in:
aitbc
2026-04-29 13:04:16 +02:00
parent cc486ec571
commit b43b0d09ea

View File

@@ -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);