We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61a200 commit 52af517Copy full SHA for 52af517
test/extension.test.ts
@@ -15,7 +15,7 @@ import { FortranDocumentSymbolProvider } from "../src/features/document-symbol-p
15
// Defines a Mocha test suite to group tests of similar kind together
16
suite("Extension Tests", () => {
17
test("symbol provider works as expected", async () => {
18
- const filePath = path.resolve(__dirname, "../..//test/resources/sample.f90");
+ const filePath = path.resolve(__dirname, "../../test/resources/sample.f90");
19
const openPath = vscode.Uri.file(filePath);
20
const doc = await vscode.workspace.openTextDocument(openPath);
21
vscode.window.showTextDocument(doc);
0 commit comments