Skip to content

Commit 84defed

Browse files
committed
fix 'Goto Super Implementation' test following #4297
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent 8967a6a commit 84defed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/standard-mode-suite/gotoSuperImplementation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ suite('Goto Super Implementation', () => {
2626

2727
await commands.executeCommand(Commands.NAVIGATE_TO_SUPER_IMPLEMENTATION_COMMAND);
2828

29-
assert.equal(path.basename(window.activeTextEditor.document.fileName), "Object.class");
29+
assert.equal(path.basename(window.activeTextEditor.document.fileName), "Object.java");
3030
});
3131
});

0 commit comments

Comments
 (0)