Skip to content

Commit

Permalink
test: update cache add test output
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Dec 10, 2018
1 parent 3c0a7b0 commit 08fcb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap/cache-add-unpublished.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test('cache add', function (t) {
if (er) throw er
t.ok(c, 'got non-zero exit code')
t.equal(so, '', 'nothing printed to stdout')
t.similar(se, /404 Not Found: superfoo/, 'got expected error')
t.similar(se, /404 Not Found.*superfoo/, 'got expected error')
s.close()
t.end()
}
Expand Down

0 comments on commit 08fcb3f

Please sign in to comment.