mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
removed comment
This commit is contained in:
parent
e0272a91fa
commit
139d453afb
1 changed files with 0 additions and 3 deletions
|
|
@ -238,9 +238,6 @@ mod tests {
|
||||||
let now = Local::now();
|
let now = Local::now();
|
||||||
let frame_in_sync = get_test_frame("LOCK", now.hour(), now.minute(), now.second());
|
let frame_in_sync = get_test_frame("LOCK", now.hour(), now.minute(), now.second());
|
||||||
state.update(frame_in_sync);
|
state.update(frame_in_sync);
|
||||||
|
|
||||||
// This will fail due to the bug (`latest` is None during check).
|
|
||||||
// Expected: "IN SYNC", Actual: "UNKNOWN". This exposes the bug.
|
|
||||||
assert_eq!(state.timecode_match(), "IN SYNC");
|
assert_eq!(state.timecode_match(), "IN SYNC");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue