Replace deprecated assert functions in test files. (#16945)

This commit is contained in:
Cory Rivera
2021-08-31 09:04:17 -07:00
committed by GitHub
parent de3ff30398
commit 0082031f97
79 changed files with 1960 additions and 1965 deletions

View File

@@ -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', () => {