File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const assert = require('assert');
8
8
assert . strictEqual ( process . getActiveResourcesInfo ( ) . filter (
9
9
( type ) => type === 'Timeout' ) . length , 0 ) ;
10
10
11
- setTimeout ( common . mustCall ( function ( ) {
11
+ setTimeout ( common . mustCall ( function ( ) {
12
12
// TODO(RaisinTen): This should be the correct behaviour.
13
13
// assert.strictEqual(process.getActiveResourcesInfo().filter(
14
14
// (type) => type === 'Timeout').length, 1);
@@ -27,7 +27,7 @@ const assert = require('assert');
27
27
assert . strictEqual ( process . getActiveResourcesInfo ( ) . filter (
28
28
( type ) => type === 'Immediate' ) . length , 0 ) ;
29
29
30
- setImmediate ( common . mustCall ( function ( ) {
30
+ setImmediate ( common . mustCall ( function ( ) {
31
31
// TODO(RaisinTen): Change this test to the following when the Immediate is
32
32
// destroyed and unrefed after the callback gets executed.
33
33
// assert.strictEqual(process.getActiveResourcesInfo().filter(
You can’t perform that action at this time.
0 commit comments