mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-09 02:42:02 +00:00
ci: add back in old test and fix test to be testing for something that actually exists
This commit is contained in:
parent
9412c7452c
commit
b261d7c585
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ mod tests {
|
||||||
assert_eq!(state.lock_count, 0);
|
assert_eq!(state.lock_count, 0);
|
||||||
assert_eq!(state.free_count, 1);
|
assert_eq!(state.free_count, 1);
|
||||||
assert!(state.offset_history.is_empty()); // Offsets should be cleared
|
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]
|
#[test]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue