decomment

This commit is contained in:
Chaos Rogers 2025-07-21 12:29:37 +01:00
parent 139d453afb
commit dd544649b1

View file

@ -251,8 +251,6 @@ mod tests {
let frame_out_of_sync = get_test_frame("LOCK", different_hour, now.minute(), now.second());
state.update(frame_out_of_sync);
// This will also fail due to the bug.
// Expected: "OUT OF SYNC", Actual: "UNKNOWN".
assert_eq!(state.timecode_match(), "OUT OF SYNC");
}