From d91eb7289466853ae6e88448b953b4d3d98ebab5 Mon Sep 17 00:00:00 2001
From: Holger Knust
Date: Mon, 7 Jul 2014 14:20:46 -0400
Subject: [PATCH] Apparently abbrev is now at version 1.0.5 which caused the
unit test to fail.
---
tests/test.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test.js b/tests/test.js
index d1ed99f..a564c41 100644
--- a/tests/test.js
+++ b/tests/test.js
@@ -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 () {