mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
decomment
This commit is contained in:
parent
139d453afb
commit
dd544649b1
1 changed files with 0 additions and 2 deletions
|
|
@ -251,8 +251,6 @@ mod tests {
|
||||||
let frame_out_of_sync = get_test_frame("LOCK", different_hour, now.minute(), now.second());
|
let frame_out_of_sync = get_test_frame("LOCK", different_hour, now.minute(), now.second());
|
||||||
state.update(frame_out_of_sync);
|
state.update(frame_out_of_sync);
|
||||||
|
|
||||||
// This will also fail due to the bug.
|
|
||||||
// Expected: "OUT OF SYNC", Actual: "UNKNOWN".
|
|
||||||
assert_eq!(state.timecode_match(), "OUT OF SYNC");
|
assert_eq!(state.timecode_match(), "OUT OF SYNC");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue