File tree 1 file changed +2
-2
lines changed
arduino-ide-extension/src/test/browser
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { FrontendApplicationConfigProvider } from '@theia/core/lib/browser/front
5
5
FrontendApplicationConfigProvider . set ( { } ) ;
6
6
7
7
import {
8
+ ApplicationShell ,
8
9
FrontendApplication ,
9
10
LabelProvider ,
10
11
OpenerService ,
@@ -18,7 +19,6 @@ import { OS } from '@theia/core/lib/common/os';
18
19
import { SelectionService } from '@theia/core/lib/common/selection-service' ;
19
20
import URI from '@theia/core/lib/common/uri' ;
20
21
import { Container } from '@theia/core/shared/inversify' ;
21
- import { EditorManager } from '@theia/editor/lib/browser/editor-manager' ;
22
22
import { FileDialogService } from '@theia/filesystem/lib/browser' ;
23
23
import { FileService } from '@theia/filesystem/lib/browser/file-service' ;
24
24
import { FileStat } from '@theia/filesystem/lib/common/files' ;
@@ -152,7 +152,7 @@ describe('workspace-commands', () => {
152
152
. bind ( SketchesServiceClientImpl )
153
153
. toConstantValue ( < SketchesServiceClientImpl > { } ) ;
154
154
container . bind ( CreateFeatures ) . toConstantValue ( < CreateFeatures > { } ) ;
155
- container . bind ( EditorManager ) . toConstantValue ( < EditorManager > { } ) ;
155
+ container . bind ( ApplicationShell ) . toConstantValue ( < ApplicationShell > { } ) ;
156
156
return container ;
157
157
}
158
158
You can’t perform that action at this time.
0 commit comments