Skip to content

Commit

Permalink
Update test/transport.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: David Mark Clements <david.mark.clements@gmail.com>
  • Loading branch information
mcollina and davidmarkclements committed Jun 12, 2021
1 parent 2474e29 commit 6c49f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transport.test.js
Expand Up @@ -277,7 +277,7 @@ test('autoEnd = false', async ({ equal, same, teardown }) => {
test('pino.transport with target and targets', async ({ fail, equal }) => {
try {
pino.transport({
target: 'a/file',
target: '/a/file',
targets: [{
target: '/a/file'
}]
Expand Down

0 comments on commit 6c49f3e

Please sign in to comment.