Skip to content

Commit

Permalink
test: change Fixes: to Refs:
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and codebytere committed Aug 11, 2020
1 parent 1b0d3b2 commit dba869e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/parallel/test-http-outgoing-message-inheritance.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const { Writable } = require('stream');
const assert = require('assert');

// Check that OutgoingMessage can be used without a proper Socket
// Fixes: https://github.com/nodejs/node/issues/14386
// Fixes: https://github.com/nodejs/node/issues/14381
// Refs: https://github.com/nodejs/node/issues/14386
// Refs: https://github.com/nodejs/node/issues/14381

class Response extends OutgoingMessage {
_implicitHeader() {}
Expand Down
4 changes: 2 additions & 2 deletions test/parallel/test-http-server-response-standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const { Writable } = require('stream');
const assert = require('assert');

// Check that ServerResponse can be used without a proper Socket
// Fixes: https://github.com/nodejs/node/issues/14386
// Fixes: https://github.com/nodejs/node/issues/14381
// Refs: https://github.com/nodejs/node/issues/14386
// Refs: https://github.com/nodejs/node/issues/14381

const res = new ServerResponse({
method: 'GET',
Expand Down

0 comments on commit dba869e

Please sign in to comment.