Skip to content

Commit 5a2fd3e

Browse files
committed
linting
1 parent 9845d1a commit 5a2fd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/testing/testController/common/resultResolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {
2525
ITestResultResolver,
2626
} from './types';
2727
import { TestProvider } from '../../types';
28-
import { traceError, traceInfo, traceVerbose } from '../../../logging';
28+
import { traceError, traceVerbose } from '../../../logging';
2929
import { Testing } from '../../../common/utils/localize';
3030
import { clearAllChildren, createErrorTestItem, getTestCaseNodes } from './testItemUtilities';
3131
import { sendTelemetryEvent } from '../../../telemetry';

0 commit comments

Comments
 (0)