Update sync_logic.rs

This commit is contained in:
Chaos Rogers 2025-07-21 11:33:53 +01:00 committed by GitHub
parent 10da97a631
commit b049b27959
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -229,3 +229,4 @@ mod tests {
assert_eq!(*state.offset_history.front().unwrap(), 5); // 0-4 are pushed out
assert_eq!(*state.offset_history.back().unwrap(), 24);
}
}