Skip to content

Commit 4244318

Browse files
committed
Fix tests
1 parent 104667a commit 4244318

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/parts/terminal/test/electron-browser/terminalLinkHandler.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class TestTerminalLinkHandler extends TerminalLinkHandler {
2222
}
2323

2424
class TestXterm {
25-
public setHypertextLinkHandler() { }
26-
public setHypertextValidationCallback() { }
25+
public webLinksInit() { }
26+
public registerLinkMatcher() { }
2727
}
2828

2929
interface LinkFormatInfo {

0 commit comments

Comments
 (0)