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