Skip to content

Commit 6fdf704

Browse files
committed
test: fix batch 3
Signed-off-by: Logan Nguyen <[email protected]>
1 parent 6c70a62 commit 6fdf704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,8 @@ describe('@api-batch-3 RPC Server Acceptance Tests', function () {
19171917
});
19181918

19191919
it('Should return a batch of requests', async function () {
1920-
const testAccount = await Utils.createAliasAccount(mirrorNode, accounts[0]);
1920+
// bump up the balance due to a bug in local-node https://github.com/hiero-ledger/hiero-local-node/issues/1129
1921+
const testAccount = await Utils.createAliasAccount(mirrorNode, accounts[0], '1150000000');
19211922

19221923
{
19231924
const payload = [

0 commit comments

Comments
 (0)