Lines Matching refs:update1
11 var update1: Update! in spec() variable
23 update1 = Update( in spec()
106 update1.lastAccessed = Date(timeIntervalSince1970: 1619569811) in spec()
113 …Delete(withLaunchedUpdate: update5, updates: [update2, update5, update4, update1, update3], filter… in spec()
115 expect(updatesToDelete.contains(update1)) == true in spec()
122 update1.lastAccessed = Date(timeIntervalSince1970: 1619569810) in spec()
127 …updatesToDelete(withLaunchedUpdate: update4, updates: [update3, update4, update1, update2], filter… in spec()
129 expect(updatesToDelete.contains(update1)) == true in spec()
135 update1.lastAccessed = Date(timeIntervalSince1970: 1619569811) in spec()
140 …ToDelete = selectionPolicy.updatesToDelete(withLaunchedUpdate: update1, updates: [update1, update2… in spec()
147 …= selectionPolicy.updatesToDelete(withLaunchedUpdate: update2, updates: [update1, update2], filter… in spec()
148 …= selectionPolicy.updatesToDelete(withLaunchedUpdate: update3, updates: [update1, update2, update3… in spec()