|
165 | 165 | {:next_from (str (Instant/ofEpochMilli @curr-time)) |
166 | 166 | :releases |
167 | 167 | [{:artifact_id "test" |
| 168 | + :description nil |
168 | 169 | :group_id "org.clojars.dantheman" |
169 | 170 | :released_at date-string-with-ms? |
170 | 171 | :version "0.0.1"} |
171 | 172 | {:artifact_id "test" |
| 173 | + :description nil |
172 | 174 | :group_id "org.clojars.dantheman" |
173 | 175 | :released_at date-string-with-ms? |
174 | 176 | :version "0.0.2"} |
175 | 177 | {:artifact_id "test" |
| 178 | + :description "TEST" |
176 | 179 | :group_id "org.clojars.dantheman" |
177 | 180 | :released_at date-string-with-ms? |
178 | 181 | :version "0.0.3-SNAPSHOT"} |
179 | 182 | {:artifact_id "test" |
| 183 | + :description "TEST" |
180 | 184 | :group_id "org.clojars.dantheman" |
181 | 185 | :released_at date-string-with-ms? |
182 | 186 | :version "0.0.3-SNAPSHOT"}]} |
|
205 | 209 | {:next_from (str (Instant/ofEpochMilli (+ start-time 3))) |
206 | 210 | :releases |
207 | 211 | [{:artifact_id "test" |
| 212 | + :description nil |
208 | 213 | :group_id "org.clojars.dantheman" |
209 | 214 | :released_at date-string-with-ms? |
210 | 215 | :version "0.0.1"} |
211 | 216 | {:artifact_id "test" |
| 217 | + :description nil |
212 | 218 | :group_id "org.clojars.dantheman" |
213 | 219 | :released_at date-string-with-ms? |
214 | 220 | :version "0.0.2"}]} |
|
218 | 224 | {:next_from (str (Instant/ofEpochMilli @curr-time)) |
219 | 225 | :releases |
220 | 226 | [{:artifact_id "test" |
| 227 | + :description "TEST" |
221 | 228 | :group_id "org.clojars.dantheman" |
222 | 229 | :released_at date-string-with-ms? |
223 | 230 | :version "0.0.3-SNAPSHOT"} |
224 | 231 | {:artifact_id "test" |
| 232 | + :description "TEST" |
225 | 233 | :group_id "org.clojars.dantheman" |
226 | 234 | :released_at date-string-with-ms? |
227 | 235 | :version "0.0.3-SNAPSHOT"}]} |
|
265 | 273 | {:next_from (str (Instant/ofEpochMilli (inc start-time))) |
266 | 274 | :releases |
267 | 275 | [{:artifact_id "test" |
| 276 | + :description nil |
268 | 277 | :group_id "org.clojars.dantheman" |
269 | 278 | :released_at date-string-with-ms? |
270 | 279 | :version "0.0.1"}]} |
271 | 280 | body1)) |
272 | 281 |
|
| 282 | + |
273 | 283 | ;; And: the rest of the former page is part of this one |
274 | 284 | (is (match? |
275 | 285 | {:next_from (str (Instant/ofEpochMilli (+ start-time 2))) |
276 | 286 | :releases |
277 | 287 | [{:artifact_id "test" |
| 288 | + :description nil |
278 | 289 | :group_id "org.clojars.dantheman" |
279 | 290 | :released_at date-string-with-ms? |
280 | 291 | :version "0.0.2"} |
281 | 292 | {:artifact_id "test" |
| 293 | + :description "TEST" |
282 | 294 | :group_id "org.clojars.dantheman" |
283 | 295 | :released_at date-string-with-ms? |
284 | 296 | :version "0.0.3-SNAPSHOT"}]} |
|
289 | 301 | {:next_from (str (Instant/ofEpochMilli (+ start-time 3))) |
290 | 302 | :releases |
291 | 303 | [{:artifact_id "test" |
| 304 | + :description "TEST" |
292 | 305 | :group_id "org.clojars.dantheman" |
293 | 306 | :released_at date-string-with-ms? |
294 | 307 | :version "0.0.3-SNAPSHOT"}]} |
|
0 commit comments