From bc91b159409468d740d04b43e1dfa28cbf68bc19 Mon Sep 17 00:00:00 2001 From: John Rogers Date: Sat, 19 Jul 2025 15:44:30 +0100 Subject: [PATCH] add the test for ltc_frame_does_not_match_system_time --- src/sync_logic.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sync_logic.rs b/src/sync_logic.rs index 779e856..1982017 100644 --- a/src/sync_logic.rs +++ b/src/sync_logic.rs @@ -140,7 +140,8 @@ impl LtcState { mod tests { use super::*; use chrono::{Local, Utc}; - + + #[test] fn get_test_frame(status: &str, h: u32, m: u32, s: u32) -> LtcFrame { LtcFrame { status: status.to_string(),