Skip to content

Commit

Permalink
Merge pull request #11 from devleague/JoeKarlsson1-patch-1
Browse files Browse the repository at this point in the history
Fixed Test Error
  • Loading branch information
sgnl authored Jun 10, 2016
2 parents 3a137a1 + db3cb51 commit 67e855b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vault-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('Vault', function() {
it('should return null if an invalid key is used', function() {
var invalidKey = 'sntdaoifiadnitdoaenyineoaiseou';
var val = vaulted.getValue( invalidKey );
expect(vaulted.getValue()).to.be.null;
expect(val).to.be.null;
});


Expand Down

0 comments on commit 67e855b

Please sign in to comment.