From 2565a4ca9965656284480fc575fbcc0a9241c670 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Fri, 3 Jul 2026 14:36:15 +0200 Subject: [PATCH] pv: verify: helper: Rename module test into tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename the module to the more common test module name tests and remove a superfluous comment. Signed-off-by: Marc Hartmayer Reviewed-by: Steffen Eiden Signed-off-by: Jan Höppner --- rust/pv/src/verify/helper.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rust/pv/src/verify/helper.rs b/rust/pv/src/verify/helper.rs index 0d0202d9..6828c0fd 100644 --- a/rust/pv/src/verify/helper.rs +++ b/rust/pv/src/verify/helper.rs @@ -482,9 +482,7 @@ pub fn armonk_locality_fixup(subject: &X509NameRef) -> Option { } #[cfg(test)] -/// tests for some private functions -mod test { - +mod tests { use std::time::{Duration, SystemTime}; use super::*;