diff --git a/server/main-api/src/setup/tests.rs b/server/main-api/src/setup/tests.rs index 88bc0b83d..44b4a9e98 100644 --- a/server/main-api/src/setup/tests.rs +++ b/server/main-api/src/setup/tests.rs @@ -76,7 +76,7 @@ async fn test_db_setup() { tokio::time::sleep(Duration::from_secs(1)).await; } else { info!("successfully initalised the db in try {i}"); - break + break; } } }