Skip to content

Commit ed38cb0

Browse files
committed
test: Replaced forEach with for..of in test-http2-client-destroy.js
1 parent 80bc12b commit ed38cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-http2-client-destroy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const { getEventListeners } = require('events');
4545

4646
countdown.dec();
4747
}));
48-
};
48+
}
4949
}));
5050
}
5151

0 commit comments

Comments
 (0)