Skip to content

Commit f37390b

Browse files
committed
fix import
1 parent e4d759c commit f37390b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/testing/testController/unittest/testDiscoveryAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
fixLogLinesNoTrailing,
2727
startDiscoveryNamedPipe,
2828
} from '../common/utils';
29-
import { traceError, traceInfo, traceLog, traceVerbose } from '../../../logging';
29+
import { traceError, traceInfo, traceLog } from '../../../logging';
3030

3131
/**
3232
* Wrapper class for unittest test discovery. This is where we call `runTestCommand`.

0 commit comments

Comments
 (0)