mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 09:35:37 -05:00
Fix service dependency startup warning (#14180)
* Fix service dependency startup warning * fix tests
This commit is contained in:
@@ -77,8 +77,6 @@ suite('Notebook Editor Model', function (): void {
|
||||
testinstantiationService.stub(IStorageService, new TestStorageService());
|
||||
testinstantiationService.stub(IProductService, { quality: 'stable' });
|
||||
const queryConnectionService = TypeMoq.Mock.ofType(ConnectionManagementService, TypeMoq.MockBehavior.Loose,
|
||||
undefined, // connection store
|
||||
undefined, // connection status manager
|
||||
undefined, // connection dialog service
|
||||
testinstantiationService, // instantiation service
|
||||
undefined, // editor service
|
||||
|
||||
Reference in New Issue
Block a user