add the test for ltc_frame_does_not_match_system_time

This commit is contained in:
Chaos Rogers 2025-07-19 15:44:30 +01:00
parent b261d7c585
commit bc91b15940

View file

@ -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(),