mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-02 04:50:38 +00:00
Fix unit tests
This commit is contained in:
@@ -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"),
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user