Skip to content

Commit 2f57958

Browse files
committedNov 4, 2021
Fixed failing test
1 parent 2945f23 commit 2f57958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/basic.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -546,10 +546,10 @@ test('basic prettifier tests', (t) => {
546546
t.plan(7)
547547
const expectedLines = [
548548
' msg: {',
549+
' "a": "[Circular]",',
549550
' "b": {',
550551
' "c": "d"',
551-
' },',
552-
' "a": "[Circular ~]"',
552+
' }',
553553
' }'
554554
]
555555
const pretty = prettyFactory()

0 commit comments

Comments
 (0)
Please sign in to comment.