Skip to content

Commit

Permalink
chore: fix flaky test
Browse files Browse the repository at this point in the history
Signed-off-by: nikolay <n.atanasow94@gmail.com>
  • Loading branch information
natanasow committed Jan 28, 2025
1 parent e6ae8cd commit 94e77f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/tests/acceptance/rpc_batch1.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ describe('@api-batch-1 RPC Server Acceptance Tests', function () {
.addTokenTransfer(tokenId, servicesNode._thisAccountId(), -10)
.addTokenTransfer(tokenId, accounts[2].accountId, 10)
.setTransactionMemo('Relay test token transfer');
const resp = await transaction.execute(servicesNode.client);
const resp = await (await transaction.freezeWith(servicesNode.client)).execute(servicesNode.client);
await resp.getRecord(servicesNode.client);
await Utils.wait(1000);
const logsRes = await mirrorNode.get(`/contracts/results/logs?limit=1`, requestId);
Expand Down

0 comments on commit 94e77f6

Please sign in to comment.