Add feedback while importing wallet

This commit is contained in:
Yemel Jardi 2014-06-25 15:49:02 -03:00
commit 96cbf8ad7b
5 changed files with 18 additions and 3 deletions

View file

@ -743,7 +743,7 @@ describe('Wallet model', function() {
var spyEmit = sinon.spy(w, 'emit');
w.updateIndexes(function(err) {
sinon.assert.callCount(spyStore, 1);
sinon.assert.callCount(spyEmit, 1);
sinon.assert.callCount(spyEmit, 2);
done();
});
});