Skip to content

Commit 4e4da54

Browse files
committed
Revert "tests fix"
This reverts commit 3c17da6.
1 parent 3c17da6 commit 4e4da54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/tests/acceptance/rpc_batch1.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2500,7 +2500,7 @@ describe('@api-batch-1 RPC Server Acceptance Tests', function () {
25002500
const transactionHash = await relay.sendRawTransaction(signedTx);
25012501

25022502
// wait for tx receipt
2503-
//await relay.pollForValidTransactionReceipt(transactionHash);
2503+
await relay.pollForValidTransactionReceipt(transactionHash);
25042504
const res = await relay.call(RelayCalls.ETH_ENDPOINTS.ETH_GET_TRANSACTION_BY_HASH, [transactionHash]);
25052505

25062506
expect(res.to).to.be.null;

0 commit comments

Comments
 (0)