test: correct assertion for FREE frame status

Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
This commit is contained in:
Chaos Rogers 2025-07-21 11:49:00 +01:00
parent 92ee4ff268
commit 6df45a1332

View file

@ -216,7 +216,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, "OUT OF SYNC");
assert_eq!(state.last_match_status, "UNKNOWN");
}
#[test]