We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8967a6a commit 84defedCopy full SHA for 84defed
test/standard-mode-suite/gotoSuperImplementation.test.ts
@@ -26,6 +26,6 @@ suite('Goto Super Implementation', () => {
26
27
await commands.executeCommand(Commands.NAVIGATE_TO_SUPER_IMPLEMENTATION_COMMAND);
28
29
- assert.equal(path.basename(window.activeTextEditor.document.fileName), "Object.class");
+ assert.equal(path.basename(window.activeTextEditor.document.fileName), "Object.java");
30
});
31
0 commit comments