Skip to content

Commit

Permalink
test: fix broken test
Browse files Browse the repository at this point in the history
Approved for fast-tracking by:
Rich Trott <rtrott@gmail.com>
Colin Ihrig <cjihrig@gmail.com>
Refael Ackermann <refack@gmail.com>
James M Snell <jasnell@gmail.com>
Gireesh Punathil <gpunathi@in.ibm.com>
Anna Henningsen <anna@addaleax.net>
Sakthipriyan Vairamani <thechargingvolcano@gmail.com>

PR-URL: #23232
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
  • Loading branch information
cjihrig authored and jasnell committed Oct 17, 2018
1 parent 14bc15d commit 52b58a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/parallel/test-stream-buffer-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ const tmp = util.inspect.defaultOptions.colors;
util.inspect.defaultOptions = { colors: true };
assert.strictEqual(
util.inspect(list),
'BufferList { length: \u001b[33m0\u001b[39m }');
'BufferList { head: \u001b[1mnull\u001b[22m, tail: \u001b[1mnull\u001b[22m,' +
' length: \u001b[33m0\u001b[39m }');
util.inspect.defaultOptions = { colors: tmp };

0 comments on commit 52b58a2

Please sign in to comment.