hive-agent: finish chrono-clock migration on remaining call sites
This commit is contained in:
parent
2122e23d81
commit
f4a35786b1
10 changed files with 63 additions and 47 deletions
|
|
@ -172,7 +172,7 @@ mod tests {
|
|||
let pending = migrated.list_pending().unwrap();
|
||||
assert_eq!(pending.len(), 1);
|
||||
assert_eq!(pending[0].id, orig_id, "id preserved across the copy");
|
||||
assert_eq!(pending[0].due_at, 1000);
|
||||
assert_eq!(pending[0].due_at.timestamp(), 1000);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue