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 <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
Trott authored and targos committed May 1, 2021
1 parent 2c49953 commit cd95bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-fs-symlink.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fs.symlink(linkData, linkPath, common.mustSucceed(() => {
}));

tmpdir.refresh();
// Fixes: https://github.com/nodejs/node/issues/34514
// Refs: https://github.com/nodejs/node/issues/34514
fs.symlinkSync(Buffer.from(linkData), linkPath);
}));

Expand Down

0 comments on commit cd95bf3

Please sign in to comment.