diff --git a/sqlx-core/src/postgres/options/pgpass.rs b/sqlx-core/src/postgres/options/pgpass.rs index ce12cc84..eeb36298 100644 --- a/sqlx-core/src/postgres/options/pgpass.rs +++ b/sqlx-core/src/postgres/options/pgpass.rs @@ -154,7 +154,7 @@ fn find_next_field<'a>(line: &mut &'a str) -> Option> { } #[cfg(test)] -mod test { +mod tests { use super::{find_next_field, load_password_from_line}; use std::borrow::Cow;