mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 10:22: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());
|
||||
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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue