.
This commit is contained in:
parent
77a662467b
commit
40ef2bc23e
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ describe('WalletFactory model', function() {
|
|||
var wf = new WalletFactory(config);
|
||||
should.exist(wf);
|
||||
});
|
||||
it('#_checkRead should return fail', function() {
|
||||
it('#_checkRead should return false', function() {
|
||||
var wf = new WalletFactory(config);
|
||||
wf._checkRead('dummy').should.equal(false);
|
||||
wf.read('dummy').should.equal(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue