Skip to content

Commit 71ee488

Browse files
Trottaddaleax
authored andcommitted
test: change Fixes: to Refs:
Tests don't fix things generally, so use "Refs:" to refer people to GitHub issues. PR-URL: #34568 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent c56a291 commit 71ee488

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/parallel/test-http-outgoing-message-inheritance.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const { Writable } = require('stream');
66
const assert = require('assert');
77

88
// Check that OutgoingMessage can be used without a proper Socket
9-
// Fixes: https://github.com/nodejs/node/issues/14386
10-
// Fixes: https://github.com/nodejs/node/issues/14381
9+
// Refs: https://github.com/nodejs/node/issues/14386
10+
// Refs: https://github.com/nodejs/node/issues/14381
1111

1212
class Response extends OutgoingMessage {
1313
_implicitHeader() {}

test/parallel/test-http-server-response-standalone.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const { Writable } = require('stream');
66
const assert = require('assert');
77

88
// Check that ServerResponse can be used without a proper Socket
9-
// Fixes: https://github.com/nodejs/node/issues/14386
10-
// Fixes: https://github.com/nodejs/node/issues/14381
9+
// Refs: https://github.com/nodejs/node/issues/14386
10+
// Refs: https://github.com/nodejs/node/issues/14381
1111

1212
const res = new ServerResponse({
1313
method: 'GET',

0 commit comments

Comments
 (0)