Skip to content

Commit

Permalink
test: fix breaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Feb 8, 2021
1 parent 1808278 commit 7c40f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/logger.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ test.group('Logger | fatal', () => {

assert.lengthOf(renderer.logs, 1)
assert.equal(renderer.logs[0].stream, 'stderr')
assert.equal(renderer.logs[0].message.split('\n')[1], `dim( at ${__filename}:146:16)`)
assert.equal(renderer.logs[0].message.split('\n')[1], `dim( at ${__filename}:146:18)`)
})
})

Expand Down

0 comments on commit 7c40f76

Please sign in to comment.