mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 09:35:37 -05:00
Fix declarative table display issues with ML ext (#13529)
* Fix declarative table display issues with ML ext * Fix test
This commit is contained in:
@@ -60,7 +60,7 @@ suite('ComponentBase Tests', () => {
|
||||
let modelStore: IModelStore;
|
||||
|
||||
setup(() => {
|
||||
modelStore = new ModelStore();
|
||||
modelStore = new ModelStore(new NullLogService());
|
||||
testComponent = new TestComponent(modelStore, 'testComponent');
|
||||
testComponent2 = new TestComponent(modelStore, 'testComponent2');
|
||||
testContainer = new TestContainer(modelStore, 'testContainer');
|
||||
|
||||
Reference in New Issue
Block a user