Skip to content

Commit 52b58a2

Browse files
cjihrigjasnell
authored andcommitted
test: fix broken test
Approved for fast-tracking by: Rich Trott <[email protected]> Colin Ihrig <[email protected]> Refael Ackermann <[email protected]> James M Snell <[email protected]> Gireesh Punathil <[email protected]> Anna Henningsen <[email protected]> Sakthipriyan Vairamani <[email protected]> PR-URL: #23232 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent 14bc15d commit 52b58a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: test/parallel/test-stream-buffer-list.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ const tmp = util.inspect.defaultOptions.colors;
3636
util.inspect.defaultOptions = { colors: true };
3737
assert.strictEqual(
3838
util.inspect(list),
39-
'BufferList { length: \u001b[33m0\u001b[39m }');
39+
'BufferList { head: \u001b[1mnull\u001b[22m, tail: \u001b[1mnull\u001b[22m,' +
40+
' length: \u001b[33m0\u001b[39m }');
4041
util.inspect.defaultOptions = { colors: tmp };

0 commit comments

Comments
 (0)