test for getAmount finished

This commit is contained in:
Jordi Montes 2018-01-25 01:07:04 +01:00
parent 417251bd8c
commit 11565c78f3

View File

@ -57,7 +57,7 @@ describe('Bot behavior', function () {
assert.equal(amount, expected_amount);
done();
})
.catch(() => {console.log('error'), done()});
.catch(() => { console.log('error'), done() });
});
});
});