Skip to content

Commit

Permalink
test: use descriptive name for destination file
Browse files Browse the repository at this point in the history
`http2-url-tests.js` is misleading. Use the same name of the source file
instead.

PR-URL: #40842
Fixes: #40277
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Adrian Estrada <edsadr@gmail.com>
  • Loading branch information
lpinca authored and danielleadams committed Jan 30, 2022
1 parent 6a80044 commit 85f8945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-http2-pipe-named-pipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const path = require('path');
const tmpdir = require('../common/tmpdir');
tmpdir.refresh();
const loc = fixtures.path('person-large.jpg');
const fn = path.join(tmpdir.path, 'http2-url-tests.js');
const fn = path.join(tmpdir.path, 'person-large.jpg');

const server = http2.createServer();

Expand Down

0 comments on commit 85f8945

Please sign in to comment.