Skip to content

Commit eadfa26

Browse files
committed
Minor tweak
1 parent cebfa85 commit eadfa26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/external-assertions/test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ The expression evaluated to a falsy value:
2424
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
2525
2626
assert.ok(false)
27-
`.split('\n').map(line => line ? ` ${line}` : '').join('\n') + '\n',
27+
28+
`.split('\n').map(line => line ? ` ${line}` : '').join('\n'),
2829
`
2930
false == true
3031

0 commit comments

Comments
 (0)