mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
Replace deprecated assert functions in test files. (#16945)
This commit is contained in:
@@ -54,6 +54,6 @@ suite('Data Explorer Viewlet', () => {
|
||||
let retrieved = Platform.Registry.as<ViewletRegistry>(Extensions.Viewlets).getViewlet('dataExplorer-test-id');
|
||||
assert(d === retrieved);
|
||||
let newCount = Platform.Registry.as<ViewletRegistry>(Extensions.Viewlets).getViewlets().length;
|
||||
assert.equal(oldCount + 1, newCount);
|
||||
assert.strictEqual(oldCount + 1, newCount);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user