Fix unit tests

This commit is contained in:
Konstantin Knizhnik
2023-06-03 16:01:13 +03:00
parent 15fae34751
commit 963690e77a

View File

@@ -910,7 +910,7 @@ mod tests {
fn tenantstatus_activating_strum() {
// tests added, because we use these for metrics
let examples = [
(line!(), TenantState::NotLoaded, "Not Loaded"),
(line!(), TenantState::NotLoaded, "NotLoaded"),
(line!(), TenantState::Loading, "Loading"),
(line!(), TenantState::Attaching, "Attaching"),
(