mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add controller display name (#11675)
* Add controller display name * pr feedback * revert unneeded change * pr feedback
This commit is contained in:
@@ -116,7 +116,7 @@ describe('getDatabaseStateDisplayText Method Tests', function () {
|
||||
should(getDatabaseStateDisplayText('RECOVERING')).equal(loc.recovering);
|
||||
should(getDatabaseStateDisplayText('RECOVERY PENDING')).equal(loc.recoveryPending);
|
||||
should(getDatabaseStateDisplayText('SUSPECT')).equal(loc.suspect);
|
||||
should(getDatabaseStateDisplayText('EMERGENCY')).equal(loc.emergecy);
|
||||
should(getDatabaseStateDisplayText('EMERGENCY')).equal(loc.emergency);
|
||||
});
|
||||
|
||||
it('State should stay the same for unknown value', function (): void {
|
||||
|
||||
Reference in New Issue
Block a user