Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Oct 2, 2024
1 parent e4d759c commit f37390b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
fixLogLinesNoTrailing,
startDiscoveryNamedPipe,
} from '../common/utils';
import { traceError, traceInfo, traceLog, traceVerbose } from '../../../logging';
import { traceError, traceInfo, traceLog } from '../../../logging';

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

0 comments on commit f37390b

Please sign in to comment.