Skip to content

Commit 4235c7f

Browse files
committed
Fix Go To Definition smoketest
Fixes microsoft#85276
1 parent b63e626 commit 4235c7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/automation/src/editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class Editor {
4040

4141
async gotoDefinition(filename: string, term: string, line: number): Promise<void> {
4242
await this.clickOnTerm(filename, term, line);
43-
await this.commands.runCommand('Go to Implementation');
43+
await this.commands.runCommand('Go to Implementations');
4444
}
4545

4646
async peekDefinition(filename: string, term: string, line: number): Promise<References> {

0 commit comments

Comments
 (0)