Skip to content

Commit 6e677da

Browse files
committed
use larger fixture
1 parent d20000d commit 6e677da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/async-hooks/test-filehandle-no-reuse.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ const {
2020
HTTP2_HEADER_CONTENT_TYPE
2121
} = http2.constants;
2222

23-
const fname = fixtures.path('elipses.txt');
23+
// Use large fixture to get several file operations.
24+
const fname = fixtures.path('person-large.jpg');
2425
const fd = fs.openSync(fname, 'r');
2526

2627
const server = http2.createServer();

0 commit comments

Comments
 (0)