From ac8210a6bbb159a17ab548a12f7a20823e55814a Mon Sep 17 00:00:00 2001 From: Antun Badurina Date: Thu, 14 Jul 2022 01:04:50 +0200 Subject: [PATCH] fix: test account --- __tests__/fixtures.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/fixtures.ts b/__tests__/fixtures.ts index d6ac5618b..eea4af959 100644 --- a/__tests__/fixtures.ts +++ b/__tests__/fixtures.ts @@ -35,7 +35,7 @@ export const getTestProvider = () => { }; // test account with fee token balance -export const getTestAccount = (provider = getTestProvider(), isDevnet = false) => { +export const getTestAccount = (provider = getTestProvider(), isDevnet = IS_DEVNET) => { let testAccountAddress = process.env.TEST_ACCOUNT_ADDRESS; let testAccountPrivateKey = process.env.TEST_ACCOUNT_PRIVATE_KEY;