Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c485460

Browse filesBrowse 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 <ronagy@icloud.com> Reviewed-By: Adrian Estrada <edsadr@gmail.com>
1 parent 694012b commit c485460
Copy full SHA for c485460

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: test/parallel/test-http2-pipe-named-pipe.js
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.