Add feedback while importing wallet
This commit is contained in:
parent
a5e7b54d19
commit
96cbf8ad7b
5 changed files with 18 additions and 3 deletions
|
|
@ -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();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue