ci: add back in old test and fix test to be testing for something that actually exists

This commit is contained in:
Chaos Rogers 2025-07-19 15:41:45 +01:00
parent 9412c7452c
commit b261d7c585

View file

@ -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]