Skip to content

Commit 2346551

Browse files
author
Benjamin Pasero
committed
fix tests
1 parent 998a65e commit 2346551

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/test/workbenchTestServices.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ import { ISharedProcessService } from 'vs/platform/ipc/electron-browser/sharedPr
8282
import { IWorkbenchEnvironmentService } from 'vs/workbench/services/environment/common/environmentService';
8383
import { WorkbenchEnvironmentService } from 'vs/workbench/services/environment/node/environmentService';
8484
import { VSBuffer, VSBufferReadable } from 'vs/base/common/buffer';
85-
import { BrowserTextFileService } from 'vs/workbench/services/textfile/browser/textFileService';
85+
import { NodeTextFileService } from 'vs/workbench/services/textfile/node/textFileService';
8686
import { Schemas } from 'vs/base/common/network';
8787

8888
export function createFileInput(instantiationService: IInstantiationService, resource: URI): FileEditorInput {
@@ -177,7 +177,7 @@ export class TestContextService implements IWorkspaceContextService {
177177
}
178178
}
179179

180-
export class TestTextFileService extends BrowserTextFileService {
180+
export class TestTextFileService extends NodeTextFileService {
181181
public cleanupBackupsBeforeShutdownCalled: boolean;
182182

183183
private promptPath: URI;

0 commit comments

Comments
 (0)