Skip to content

Commit c776ad9

Browse files
committed
argh hygiene
1 parent f1138cc commit c776ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/providers/testTreeViewItem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class PythonTestTreeItem extends TreeItem {
2828
runId: string,
2929
name: string,
3030
testStatus: TestStatus = TestStatus.Unknown,
31-
// tslint:disable-next-line:
31+
// tslint:disable-next-line:no-unused-variable
3232
private data: TestFolder | TestFile | TestSuite | TestFunction
3333
) {
3434

0 commit comments

Comments
 (0)