Skip to content

Commit

Permalink
fix: Updated env var to reflect the configuration docs.
Browse files Browse the repository at this point in the history
Signed-off-by: ebadiere <[email protected]>
  • Loading branch information
ebadiere committed Sep 19, 2024
1 parent 4ca39e0 commit bec55e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/tests/acceptance/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe('RPC Server Acceptance Tests', function () {
RELAY_URL,
CHAIN_ID,
Utils.generateRequestId(),
Number(process.env.INITIAL_ALIAS_ACCOUNT_AMOUNT_IN_HBAR || 2000),
Number(process.env.TEST_INITIAL_ACCOUNT_STARTING_BALANCE || 2000),
);

global.accounts = new Array<AliasAccount>(initialAccount);
Expand Down

0 comments on commit bec55e2

Please sign in to comment.