diff options
Diffstat (limited to 'src/sync/algorithms.rs')
| -rw-r--r-- | src/sync/algorithms.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sync/algorithms.rs b/src/sync/algorithms.rs index f4b1f5c..4679986 100644 --- a/src/sync/algorithms.rs +++ b/src/sync/algorithms.rs | |||
| @@ -402,6 +402,8 @@ mod tests { | |||
| 402 | outstanding_subs: HashSet::new(), | 402 | outstanding_subs: HashSet::new(), |
| 403 | sync_method: SyncMethod::ReqEose, | 403 | sync_method: SyncMethod::ReqEose, |
| 404 | pagination_state: HashMap::new(), | 404 | pagination_state: HashMap::new(), |
| 405 | requested_event_ids: None, | ||
| 406 | received_event_ids: None, | ||
| 405 | }], | 407 | }], |
| 406 | ); | 408 | ); |
| 407 | 409 | ||
| @@ -514,6 +516,8 @@ mod tests { | |||
| 514 | outstanding_subs: HashSet::new(), | 516 | outstanding_subs: HashSet::new(), |
| 515 | sync_method: SyncMethod::ReqEose, | 517 | sync_method: SyncMethod::ReqEose, |
| 516 | pagination_state: HashMap::new(), | 518 | pagination_state: HashMap::new(), |
| 519 | requested_event_ids: None, | ||
| 520 | received_event_ids: None, | ||
| 517 | }], | 521 | }], |
| 518 | ); | 522 | ); |
| 519 | 523 | ||