update with comment

This commit is contained in:
Chaos Rogers 2025-07-19 15:49:59 +01:00
parent f60b83ff9c
commit da7152d851

View file

@ -135,7 +135,7 @@ impl LtcState {
&self.last_match_status &self.last_match_status
} }
} }
// This module provides the logic for handling LTC (Linear Timecode) frames and maintaining state.
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use super::*; use super::*;
@ -168,7 +168,7 @@ mod tests {
let frame = get_test_frame("LOCK", different_hour, now.minute(), now.second()); let frame = get_test_frame("LOCK", different_hour, now.minute(), now.second());
assert!(!frame.matches_system_time()); assert!(!frame.matches_system_time());
} }
#[test] #[test]
fn test_ltc_state_update_lock() { fn test_ltc_state_update_lock() {
let mut state = LtcState::new(); let mut state = LtcState::new();