Skip to content

Commit

Permalink
Change expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEtco committed Dec 3, 2018
1 parent 8101d3b commit 5860cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.test.js
Expand Up @@ -276,7 +276,7 @@ test('basic prettifier tests', (t) => {
const log = pino({ timestamp: null }, new Writable({
write (chunk, enc, cb) {
const formatted = pretty(chunk.toString())
t.is(formatted, `[undefined] INFO (${pid} on ${hostname}): hello world\n`)
t.is(formatted, `INFO (${pid} on ${hostname}): hello world\n`)
cb()
}
}))
Expand Down

0 comments on commit 5860cec

Please sign in to comment.