We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7668fa commit f9499edCopy full SHA for f9499ed
test/parallel/test-http2-pipe-named-pipe.js
@@ -15,7 +15,7 @@ const path = require('path');
15
const tmpdir = require('../common/tmpdir');
16
tmpdir.refresh();
17
const loc = fixtures.path('person-large.jpg');
18
-const fn = path.join(tmpdir.path, 'http2-url-tests.js');
+const fn = path.join(tmpdir.path, 'person-large.jpg');
19
20
const server = http2.createServer();
21
0 commit comments