diff --git a/rust/src/api/main.rs b/rust/src/api/main.rs index 5dc05cd..dc38060 100644 --- a/rust/src/api/main.rs +++ b/rust/src/api/main.rs @@ -34,7 +34,7 @@ async fn healthcheck(State(pool): State) -> impl IntoResponse { .count; let expected_count = match *supermercado { Supermercado::Carrefour => 45000, - Supermercado::Coto => 32000, + Supermercado::Coto => 28000, Supermercado::Jumbo => 20000, Supermercado::Farmacity => 8000, Supermercado::Dia => 4000,