rename test to tests

Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>
This commit is contained in:
Tom Dohrmann 2021-02-02 11:43:19 +01:00 committed by Ryan Leckey
parent 47253d5d20
commit 7463cdaf45

View File

@ -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;