mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-09 02:42:02 +00:00
Update sync_logic.rs
This commit is contained in:
parent
10da97a631
commit
b049b27959
1 changed files with 2 additions and 1 deletions
|
|
@ -228,4 +228,5 @@ mod tests {
|
||||||
assert_eq!(state.offset_history.len(), 20);
|
assert_eq!(state.offset_history.len(), 20);
|
||||||
assert_eq!(*state.offset_history.front().unwrap(), 5); // 0-4 are pushed out
|
assert_eq!(*state.offset_history.front().unwrap(), 5); // 0-4 are pushed out
|
||||||
assert_eq!(*state.offset_history.back().unwrap(), 24);
|
assert_eq!(*state.offset_history.back().unwrap(), 24);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue