Skip to content

Commit

Permalink
remove unncessary
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Oct 3, 2024
1 parent 5a4bf5b commit 9075660
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { EXTENSION_ROOT_DIR } from '../../../../client/constants';
import { MockChildProcess } from '../../../mocks/mockChildProcess';
import { Deferred, createDeferred } from '../../../../client/common/utils/async';
import * as util from '../../../../client/testing/testController/common/utils';
import { IInterpreterService } from '../../../../client/interpreter/contracts';

suite('pytest test discovery adapter', () => {
let configService: IConfigurationService;
Expand Down Expand Up @@ -72,7 +71,6 @@ suite('pytest test discovery adapter', () => {
execService = typeMoq.Mock.ofType<IPythonExecutionService>();
execService.setup((p) => ((p as unknown) as any).then).returns(() => undefined);
outputChannel = typeMoq.Mock.ofType<ITestOutputChannel>();
interpreterService = typeMoq.Mock.ofType<IInterpreterService>();
const output = new Observable<Output<string>>(() => {
/* no op */
});
Expand Down

0 comments on commit 9075660

Please sign in to comment.