mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
uncomment to fix build error
Some checks failed
Build for Raspberry Pi / Build for aarch64 (push) Failing after 19s
Some checks failed
Build for Raspberry Pi / Build for aarch64 (push) Failing after 19s
This commit is contained in:
parent
91f8f7dc96
commit
b71e13d4c4
1 changed files with 2 additions and 2 deletions
|
|
@ -348,8 +348,8 @@ mod tests {
|
||||||
assert_eq!(get_sync_status(-100, &config), "CLOCK BEHIND");
|
assert_eq!(get_sync_status(-100, &config), "CLOCK BEHIND");
|
||||||
|
|
||||||
// Test auto-sync status
|
// Test auto-sync status
|
||||||
// config.auto_sync_enabled = true;
|
config.auto_sync_enabled = true;
|
||||||
// assert_eq!(get_sync_status(0, &config), "IN SYNC");
|
assert_eq!(get_sync_status(0, &config), "IN SYNC");
|
||||||
|
|
||||||
// Test TIMETURNING status takes precedence
|
// Test TIMETURNING status takes precedence
|
||||||
config.timeturner_offset = TimeturnerOffset { hours: 1, minutes: 0, seconds: 0, frames: 0, milliseconds: 0 };
|
config.timeturner_offset = TimeturnerOffset { hours: 1, minutes: 0, seconds: 0, frames: 0, milliseconds: 0 };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue