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 targos committed Dec 1, 2019
1 parent b38740d commit 4dd0f5a
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 4dd0f5a

Please sign in to comment.