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:
Marc Hartmayer
2026-07-03 14:36:15 +02:00
committed by Jan Höppner
parent 6d5f4a99de
commit 2565a4ca99

View File

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