◐ Shell
clean mode source ↗

test: fix `internet/test-inspector-help-page` · nodejs/node@40f10ea

Original file line numberDiff line numberDiff line change

@@ -28,7 +28,7 @@ function check(url, cb) {

2828

});

2929
3030

res.on('end', common.mustCall(() => {

31-

assert.match(result, />Debugging Guide</);

31+

assert.match(result, />Debugging Node\.js</);

3232

cb();

3333

}));

3434

})).on('error', common.mustNotCall);