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: #30561 (review)

PR-URL: #30561
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
Trott authored and addaleax committed Nov 30, 2019
1 parent 081b4e2 commit 106235f
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 106235f

Please sign in to comment.