Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Aug 16, 2021
1 parent ba2928e commit 01392a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/all.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ describe('all', () => {

it('returns all blockchains', () => {
expect(Array.isArray(Blockchain.all)).toEqual(true)
expect(Blockchain.all.length).toEqual(3)
expect(typeof Blockchain.all != 'undefined').toEqual(true)
});
});

0 comments on commit 01392a2

Please sign in to comment.