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 f1138cc commit c776ad9Copy full SHA for c776ad9
src/client/providers/testTreeViewItem.ts
@@ -28,7 +28,7 @@ export class PythonTestTreeItem extends TreeItem {
28
runId: string,
29
name: string,
30
testStatus: TestStatus = TestStatus.Unknown,
31
- // tslint:disable-next-line:
+ // tslint:disable-next-line:no-unused-variable
32
private data: TestFolder | TestFile | TestSuite | TestFunction
33
) {
34
0 commit comments