Skip to content

Commit 41d2f6e

Browse files
daeyeonRafaelGSS
authored andcommitted
test: rename handlewrap.hasref tests
`HandleWrap.isRefed()` was renamed to `hasRef()`. However, the filename of related TCs has not been reflected. Refs: f31a5ec34a PR-URL: #42754 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 1146806 commit 41d2f6e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

β€Žtest/parallel/test-handle-wrap-isrefed.js β€Žtest/parallel/test-handle-wrap-hasref.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ const { kStateSymbol } = require('internal/dgram');
133133
(type) => type === 'Immediate').length, 1);
134134
}
135135

136-
// See also test/pseudo-tty/test-handle-wrap-isrefed-tty.js
136+
// See also test/pseudo-tty/test-handle-wrap-hasref-tty.js

β€Žtest/pseudo-tty/test-handle-wrap-isrefed-tty.js β€Žtest/pseudo-tty/test-handle-wrap-hasref-tty.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Flags: --expose-internals --no-warnings
22
'use strict';
33

4-
// See also test/parallel/test-handle-wrap-isrefed.js
4+
// See also test/parallel/test-handle-wrap-hasref.js
55

66
const common = require('../common');
77
const strictEqual = require('assert').strictEqual;

0 commit comments

Comments
Β (0)