Skip to content

Commit

Permalink
test: move explanatory comment to expected location in file
Browse files Browse the repository at this point in the history
Refs: nodejs#30561 (review)

PR-URL: nodejs#30561
Reviewed-By: Denys Otrishko <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
  • Loading branch information
Trott committed Nov 22, 2019
1 parent 110c25d commit 1a35db5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/parallel/test-stream-writable-clear-buffer.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
'use strict';

// This test ensures that the _writeableState.bufferedRequestCount and
// the actual buffered request count are the same.

require('../common');
const Stream = require('stream');
// This test ensures that the _writeableState.bufferedRequestCount and
// the actual buffered request count are the same
const assert = require('assert');

class StreamWritable extends Stream.Writable {
Expand Down

0 comments on commit 1a35db5

Please sign in to comment.