Skip to content

Commit bd55236

Browse files
Trottcodebytere
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 <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 6cd9ea8 commit bd55236

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
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

+2-2
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)