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
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:
@@ -306,7 +306,6 @@ describe("EscrowService", function () {
|
|||||||
const receipt = await tx.wait();
|
const receipt = await tx.wait();
|
||||||
escrowId = receipt.logs[0].args[0];
|
escrowId = receipt.logs[0].args[0];
|
||||||
});
|
});
|
||||||
});
|
|
||||||
|
|
||||||
it("Should get escrow details", async function () {
|
it("Should get escrow details", async function () {
|
||||||
const escrow = await escrowService.escrowAccounts(escrowId);
|
const escrow = await escrowService.escrowAccounts(escrowId);
|
||||||
|
|||||||
Reference in New Issue
Block a user