Skip to content

Commit 4dd0f5a

Browse files
Trotttargos
authored andcommitted
test: move explanatory comment to expected location in file
Refs: #30561 (review) PR-URL: #30561 Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent b38740d commit 4dd0f5a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/parallel/test-stream-writable-clear-buffer.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
'use strict';
2+
3+
// This test ensures that the _writeableState.bufferedRequestCount and
4+
// the actual buffered request count are the same.
5+
26
require('../common');
37
const Stream = require('stream');
4-
// This test ensures that the _writeableState.bufferedRequestCount and
5-
// the actual buffered request count are the same
68
const assert = require('assert');
79

810
class StreamWritable extends Stream.Writable {

0 commit comments

Comments
 (0)