mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
pv: verify: helper: Rename module test into tests
Rename the module to the more common test module name tests and remove a superfluous comment. Signed-off-by: Marc Hartmayer <marc@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
6d5f4a99de
commit
2565a4ca99
@@ -482,9 +482,7 @@ pub fn armonk_locality_fixup(subject: &X509NameRef) -> Option<X509Name> {
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
/// tests for some private functions
|
||||
mod test {
|
||||
|
||||
mod tests {
|
||||
use std::time::{Duration, SystemTime};
|
||||
|
||||
use super::*;
|
||||
|
||||
Reference in New Issue
Block a user