summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/search.js')
-rw-r--r--deps/npm/test/tap/search.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/test/tap/search.js b/deps/npm/test/tap/search.js
index 3568170de1..df7ff0fe37 100644
--- a/deps/npm/test/tap/search.js
+++ b/deps/npm/test/tap/search.js
@@ -164,9 +164,9 @@ test('no arguments provided should error', function (t) {
t.equal(code, 1, 'search finished unsuccessfully')
t.match(
- stderr,
- /search must be called with arguments/,
- 'should have correct error message'
+ stderr,
+ /search must be called with arguments/,
+ 'should have correct error message'
)
t.end()
})