Skip to content

Commit c485460

Browse files
lpincatargos
authored andcommitted
test: use descriptive name for destination file
`http2-url-tests.js` is misleading. Use the same name of the source file instead. PR-URL: #40842 Fixes: #40277 Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Adrian Estrada <[email protected]>
1 parent 694012b commit c485460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-http2-pipe-named-pipe.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const path = require('path');
1515
const tmpdir = require('../common/tmpdir');
1616
tmpdir.refresh();
1717
const loc = fixtures.path('person-large.jpg');
18-
const fn = path.join(tmpdir.path, 'http2-url-tests.js');
18+
const fn = path.join(tmpdir.path, 'person-large.jpg');
1919

2020
const server = http2.createServer();
2121

0 commit comments

Comments
 (0)