Skip to content

Commit

Permalink
Apparently abbrev is now at version 1.0.5 which caused the unit test …
Browse files Browse the repository at this point in the history
…to fail.
  • Loading branch information
Holger Knust committed Jul 7, 2014
1 parent 40b4a42 commit d91eb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var tests = {
},
'and give us results': function (d) {
assert.isTrue(Object.keys(d).length > 70);
assert.equal(d['abbrev@1.0.4'].licenses, 'MIT');
assert.equal(d['abbrev@1.0.5'].licenses, 'MIT');
},
'should parse local without unknown': {
topic: function () {
Expand Down

0 comments on commit d91eb72

Please sign in to comment.