mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 18:48:33 -05:00
Replace deprecated assert functions in test files. (#16945)
This commit is contained in:
@@ -43,7 +43,7 @@ suite('Account Management Dialog Controller Tests', () => {
|
||||
controller.openAccountDialog();
|
||||
|
||||
// Then: It should be the same dialog that already existed
|
||||
assert.equal(controller.accountDialog, accountDialog);
|
||||
assert.strictEqual(controller.accountDialog, accountDialog);
|
||||
});
|
||||
|
||||
test('Add Account Failure - Error Message Shown', () => {
|
||||
|
||||
Reference in New Issue
Block a user