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‎

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

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

2627
constserver=http2.createServer();

0 commit comments

Comments
(0)