clear namespace when removing profile
This commit is contained in:
parent
b51acf277f
commit
f5edb12d42
5 changed files with 35 additions and 10 deletions
|
|
@ -63,7 +63,7 @@ describe('local storage plugin', function() {
|
|||
it('#clear', function(done) {
|
||||
storage.clear(function(err) {
|
||||
assert(!err);
|
||||
storageMock.clear.calledOnce.should.equal(true);
|
||||
storageMock.clear.calledOnce.should.be.false;
|
||||
return done();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue