We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20000d commit 6e677daCopy full SHA for 6e677da
test/async-hooks/test-filehandle-no-reuse.js
@@ -20,7 +20,8 @@ const {
20
HTTP2_HEADER_CONTENT_TYPE
21
} = http2.constants;
22
23
-const fname = fixtures.path('elipses.txt');
+// Use large fixture to get several file operations.
24
+const fname = fixtures.path('person-large.jpg');
25
const fd = fs.openSync(fname, 'r');
26
27
const server = http2.createServer();
0 commit comments