summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/install-save-prefix.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/install-save-prefix.js')
-rw-r--r--deps/npm/test/tap/install-save-prefix.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/install-save-prefix.js b/deps/npm/test/tap/install-save-prefix.js
index 9cb6bd9cbb..753150924a 100644
--- a/deps/npm/test/tap/install-save-prefix.js
+++ b/deps/npm/test/tap/install-save-prefix.js
@@ -32,7 +32,7 @@ test('"npm install --save with default save-prefix should install local pkg vers
var pkgJson = JSON.parse(fs.readFileSync(pkg + '/package.json', 'utf8'))
t.deepEqual(pkgJson.dependencies, {
'underscore': '^1.5.1'
- }, 'Underscore dependency should specify ^1.3.1')
+ }, 'Underscore dependency should specify ^1.5.1')
npm.config.set('save', undefined)
s.close()
t.end()