diff options
Diffstat (limited to 'src/sync/algorithms.rs')
| -rw-r--r-- | src/sync/algorithms.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sync/algorithms.rs b/src/sync/algorithms.rs index a6e0787..f4b1f5c 100644 --- a/src/sync/algorithms.rs +++ b/src/sync/algorithms.rs | |||
| @@ -401,6 +401,7 @@ mod tests { | |||
| 401 | }, | 401 | }, |
| 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 | }], | 405 | }], |
| 405 | ); | 406 | ); |
| 406 | 407 | ||
| @@ -512,6 +513,7 @@ mod tests { | |||
| 512 | }, | 513 | }, |
| 513 | outstanding_subs: HashSet::new(), | 514 | outstanding_subs: HashSet::new(), |
| 514 | sync_method: SyncMethod::ReqEose, | 515 | sync_method: SyncMethod::ReqEose, |
| 516 | pagination_state: HashMap::new(), | ||
| 515 | }], | 517 | }], |
| 516 | ); | 518 | ); |
| 517 | 519 | ||