Searched refs:notification_without_gaps (Results 1 – 2 of 2) sorted by relevance
1580 let mut notification_without_gaps = NotificationFile::parse( in gaps_notification() localVariable1583 assert!(notification_without_gaps.sort_and_verify_deltas(None)); in gaps_notification()1593 let mut notification_without_gaps = NotificationFile::parse( in limit_notification_deltas() localVariable1596 assert!(notification_without_gaps.sort_and_verify_deltas(Some(2))); in limit_notification_deltas()1598 assert_eq!(2, notification_without_gaps.deltas().len()); in limit_notification_deltas()1599 …assert_eq!(notification_without_gaps.deltas().first().unwrap().serial(), notification_without_gaps… in limit_notification_deltas()1600 …assert_eq!(notification_without_gaps.deltas().last().unwrap().serial(), notification_without_gaps.… in limit_notification_deltas()