test fix
Rust Build / Rustfmt (pull_request) Successful in 31s
Rust Build / Test Suite (pull_request) Failing after 54s

This commit is contained in:
2026-06-20 23:01:49 -04:00
parent c0a9210cf1
commit b600faba9e
+1 -1
View File
@@ -3,7 +3,7 @@ use textsender_api::db;
mod db_mgr {
use std::str::FromStr;
pub const LIMIT: usize = 6;
pub const _LIMIT: usize = 6;
pub async fn get_pool() -> Result<sqlx::PgPool, sqlx::Error> {
let tm_db_url = textsender_models::envy::environment::get_db_url()