This commit is contained in:
Fabio Berger
2018-03-04 16:42:16 +01:00
parent 2bdd60ed72
commit 925e133f50
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ describe('LedgerSubprovider', () => {
});
describe('direct method calls', () => {
describe('success cases', () => {
it('returns defaut number of accounts', async () => {
it('returns default number of accounts', async () => {
const accounts = await ledgerSubprovider.getAccountsAsync();
expect(accounts[0]).to.be.equal(FAKE_ADDRESS);
expect(accounts.length).to.be.equal(10);