Skip to content

Commit

Permalink
clean up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlockyer committed Nov 2, 2020
1 parent 1f97564 commit 8c1b01e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/account_multisig.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ beforeAll(async () => {
});
let nodeStatus = await nearjs.connection.provider.status();
startFromVersion = (version) => semver.gte(nodeStatus.version.version, version);
console.log(startFromVersion);
});

test('view pre-defined account works and returns correct name', async () => {
Expand Down

0 comments on commit 8c1b01e

Please sign in to comment.