diff --git a/src/ctest.ts b/src/ctest.ts index 881c26f4a..a731694f9 100644 --- a/src/ctest.ts +++ b/src/ctest.ts @@ -401,7 +401,7 @@ export class CTestDriver implements vscode.Disposable { * Retrieve the driver from the test in argument * * @param test : test to retrieve the driver from - * @returns : the driver + * @returns : the driver */ private async getProjectDriver(test: vscode.TestItem): Promise { const folder = this.getTestRootFolder(test);