Skip to content

Commit

Permalink
add custom amount for rpc batch 3
Browse files Browse the repository at this point in the history
Signed-off-by: georgi-l95 <[email protected]>
  • Loading branch information
georgi-l95 committed Apr 23, 2024
1 parent fc294f9 commit 82f9370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/server/tests/acceptance/rpc_batch3.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('@api-batch-3 RPC Server Acceptance Tests', function () {
const accounts: AliasAccount[] = [];

// @ts-ignore
const { servicesNode, mirrorNode, relay, initialBalance } = global;
const { servicesNode, mirrorNode, relay } = global;
let mirrorPrimaryAccount: ethers.Wallet;
let mirrorSecondaryAccount: ethers.Wallet;

Expand Down Expand Up @@ -99,6 +99,7 @@ describe('@api-batch-3 RPC Server Acceptance Tests', function () {
requestId = Utils.generateRequestId();
const initialAccount: AliasAccount = global.accounts[0];

const initialBalance = '10000000000';
const neededAccounts: number = 4;
accounts.push(
...(await Utils.createMultipleAliasAccounts(
Expand Down

0 comments on commit 82f9370

Please sign in to comment.