mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
rename test to tests
Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>
This commit is contained in:
parent
47253d5d20
commit
7463cdaf45
@ -154,7 +154,7 @@ fn find_next_field<'a>(line: &mut &'a str) -> Option<Cow<'a, str>> {
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
mod tests {
|
||||
use super::{find_next_field, load_password_from_line};
|
||||
use std::borrow::Cow;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user