Skip to content

Commit

Permalink
fix: test account
Browse files Browse the repository at this point in the history
  • Loading branch information
badurinantun committed Jul 13, 2022
1 parent b525a60 commit ac8210a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ac8210a

Please sign in to comment.