From 8b4dd4f4af15dcb86d37766b4921e162989bc142 Mon Sep 17 00:00:00 2001 From: Guillaume Peillex Date: Tue, 5 Nov 2024 20:19:09 +0100 Subject: [PATCH] Fix lint issue --- src/ctest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);