This commit is contained in:
Matias Alejo Garcia 2014-04-18 11:23:45 -03:00
parent 77a662467b
commit 40ef2bc23e
1 changed files with 1 additions and 1 deletions

View File

@ -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);