Add more arc tests (#11051)

* Add more arc tests

* fix errors
This commit is contained in:
Charles Gagnon
2020-06-24 08:33:16 -07:00
committed by GitHub
parent 7080e3ec4e
commit ca4ab55380
5 changed files with 187 additions and 8 deletions

View File

@@ -91,7 +91,7 @@ export function getDatabaseStateDisplayText(state: string): string {
return loc.restoring;
case 'RECOVERING':
return loc.recovering;
case 'RECOVERY PENDING ':
case 'RECOVERY PENDING':
return loc.recoveryPending;
case 'SUSPECT':
return loc.suspect;