From b261d7c5859dc3abc2d3837aee4a81fafb11e601 Mon Sep 17 00:00:00 2001 From: John Rogers Date: Sat, 19 Jul 2025 15:41:45 +0100 Subject: [PATCH] ci: add back in old test and fix test to be testing for something that actually exists --- src/sync_logic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sync_logic.rs b/src/sync_logic.rs index df8ea57..779e856 100644 --- a/src/sync_logic.rs +++ b/src/sync_logic.rs @@ -181,7 +181,7 @@ mod tests { assert_eq!(state.lock_count, 0); assert_eq!(state.free_count, 1); assert!(state.offset_history.is_empty()); // Offsets should be cleared - assert_eq!(state.last_match_status, "UNKNOWN"); + assert_eq!(state.last_match_status, "OUT OF SYNC"); } #[test]