Skip to content

Commit c117347

Browse files
committed
test: replace fixturesdir use common.fixtures
1 parent e010f9c commit c117347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/parallel/test-http2-respond-file-fd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const {
1414
HTTP2_HEADER_CONTENT_LENGTH
1515
} = http2.constants;
1616

17-
const fname = path.resolve(fixtures.fixturesDir, 'elipses.txt');
17+
const fname = path.resolve(fixtures.path(), 'elipses.txt');
1818

1919
const data = fs.readFileSync(fname);
2020
const stat = fs.statSync(fname);

0 commit comments

Comments
 (0)