Skip to content

Commit 52af517

Browse files
committed
fix extra slash
1 parent c61a200 commit 52af517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { FortranDocumentSymbolProvider } from "../src/features/document-symbol-p
1515
// Defines a Mocha test suite to group tests of similar kind together
1616
suite("Extension Tests", () => {
1717
test("symbol provider works as expected", async () => {
18-
const filePath = path.resolve(__dirname, "../..//test/resources/sample.f90");
18+
const filePath = path.resolve(__dirname, "../../test/resources/sample.f90");
1919
const openPath = vscode.Uri.file(filePath);
2020
const doc = await vscode.workspace.openTextDocument(openPath);
2121
vscode.window.showTextDocument(doc);

0 commit comments

Comments
 (0)