Lines Matching refs:update2
12 var update2: Update! in spec() variable
38 update2 = Update( in spec()
107 update2.lastAccessed = Date(timeIntervalSince1970: 1619569812) in spec()
113 …= selectionPolicy.updatesToDelete(withLaunchedUpdate: update5, updates: [update2, update5, update4… in spec()
116 expect(updatesToDelete.contains(update2)) == true in spec()
123 update2.lastAccessed = Date(timeIntervalSince1970: 1619569810) in spec()
127 …sToDelete(withLaunchedUpdate: update4, updates: [update3, update4, update1, update2], filters: nil) in spec()
136 update2.lastAccessed = Date(timeIntervalSince1970: 1619569812) in spec()
140 …onPolicy.updatesToDelete(withLaunchedUpdate: update1, updates: [update1, update2, update3, update4… in spec()
142 expect(updatesToDelete.contains(update2)) == true in spec()
147 …otal = selectionPolicy.updatesToDelete(withLaunchedUpdate: update2, updates: [update1, update2], f… in spec()
148 …onPolicy.updatesToDelete(withLaunchedUpdate: update3, updates: [update1, update2, update3], filter… in spec()