Skip to content

Commit 08fcb3f

Browse files
committed
test: update cache add test output
1 parent 3c0a7b0 commit 08fcb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tap/cache-add-unpublished.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test('cache add', function (t) {
1818
if (er) throw er
1919
t.ok(c, 'got non-zero exit code')
2020
t.equal(so, '', 'nothing printed to stdout')
21-
t.similar(se, /404 Not Found: superfoo/, 'got expected error')
21+
t.similar(se, /404 Not Found.*superfoo/, 'got expected error')
2222
s.close()
2323
t.end()
2424
}

0 commit comments

Comments
 (0)