Skip to content

Commit 7964f68

Browse files
committed
fixes test
Signed-off-by: Konstantina Blazhukova <konstantina.blajukova@gmail.com>
1 parent a4894d5 commit 7964f68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2499,6 +2499,8 @@ describe('@api-batch-1 RPC Server Acceptance Tests', function () {
24992499
const signedTx = await accounts[2].wallet.signTransaction(transaction);
25002500
const transactionHash = await relay.sendRawTransaction(signedTx);
25012501

2502+
// wait for tx receipt
2503+
await relay.pollForValidTransactionReceipt(transactionHash);
25022504
const res = await relay.call(RelayCalls.ETH_ENDPOINTS.ETH_GET_TRANSACTION_BY_HASH, [transactionHash]);
25032505

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

0 commit comments

Comments
 (0)