Skip to content

Commit

Permalink
use larger fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Flarna committed Mar 10, 2020
1 parent d20000d commit 6e677da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/async-hooks/test-filehandle-no-reuse.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const {
HTTP2_HEADER_CONTENT_TYPE
} = http2.constants;

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

const server = http2.createServer();
Expand Down

0 comments on commit 6e677da

Please sign in to comment.