From dd544649b10bc57de05e6d86ec081b07d43706bb Mon Sep 17 00:00:00 2001 From: John Rogers Date: Mon, 21 Jul 2025 12:29:37 +0100 Subject: [PATCH] decomment --- src/sync_logic.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sync_logic.rs b/src/sync_logic.rs index d0502a5..0afa002 100644 --- a/src/sync_logic.rs +++ b/src/sync_logic.rs @@ -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"); }