Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Change account balance in test environment to be 500 NEAR
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Apr 23, 2020
1 parent 046306f commit ca730e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const NodeEnvironment = require('jest-environment-node');
const nearlib = require('near-api-js');
const fs = require('fs');

const INITIAL_BALANCE = '100000000000';
const INITIAL_BALANCE = '500000000000000000000000000';
const testAccountName = 'test.near';

class LocalTestEnvironment extends NodeEnvironment {
Expand Down

0 comments on commit ca730e7

Please sign in to comment.