mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
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:
parent
92ee4ff268
commit
6df45a1332
1 changed files with 232 additions and 232 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue