@@ -85,6 +85,9 @@ func testCases() []testCase {
85
85
Description : "Just test metadata" ,
86
86
Subjects : []string {"History" , "Middle age" },
87
87
},
88
+ AuthorsSlugs : []string {"perez" },
89
+ SeriesSlug : "" ,
90
+ SubjectsSlugs : []string {"history" , "middle-age" },
88
91
},
89
92
},
90
93
),
@@ -114,6 +117,9 @@ func testCases() []testCase {
114
117
Description : "Just test metadata" ,
115
118
Subjects : []string {"" },
116
119
},
120
+ AuthorsSlugs : []string {"benoit" },
121
+ SeriesSlug : "" ,
122
+ SubjectsSlugs : []string {"" },
117
123
},
118
124
},
119
125
),
@@ -143,6 +149,9 @@ func testCases() []testCase {
143
149
Description : "Just test metadata" ,
144
150
Subjects : []string {"" },
145
151
},
152
+ AuthorsSlugs : []string {"clifford-d-simak" },
153
+ SeriesSlug : "" ,
154
+ SubjectsSlugs : []string {"" },
146
155
},
147
156
},
148
157
),
@@ -171,6 +180,9 @@ func testCases() []testCase {
171
180
Description : "Just test metadata" ,
172
181
Subjects : []string {"" },
173
182
},
183
+ AuthorsSlugs : []string {"james-ellroy" },
184
+ SeriesSlug : "" ,
185
+ SubjectsSlugs : []string {"" },
174
186
},
175
187
},
176
188
),
@@ -199,6 +211,9 @@ func testCases() []testCase {
199
211
Description : "Just test metadata" ,
200
212
Subjects : []string {"" },
201
213
},
214
+ AuthorsSlugs : []string {"james-ellroy" },
215
+ SeriesSlug : "" ,
216
+ SubjectsSlugs : []string {"" },
202
217
},
203
218
},
204
219
),
@@ -228,6 +243,9 @@ func testCases() []testCase {
228
243
Description : "Just test metadata" ,
229
244
Subjects : []string {"History" , "Middle age" },
230
245
},
246
+ AuthorsSlugs : []string {"anonimo" },
247
+ SeriesSlug : "" ,
248
+ SubjectsSlugs : []string {"history" , "middle-age" },
231
249
},
232
250
},
233
251
),
@@ -257,6 +275,9 @@ func testCases() []testCase {
257
275
Description : "Just test metadata" ,
258
276
Subjects : []string {"History" , "Middle age" },
259
277
},
278
+ AuthorsSlugs : []string {"anonimo" },
279
+ SeriesSlug : "" ,
280
+ SubjectsSlugs : []string {"history" , "middle-age" },
260
281
},
261
282
},
262
283
),
@@ -286,6 +307,9 @@ func testCases() []testCase {
286
307
Description : "Just test metadata" ,
287
308
Subjects : []string {"History" , "Middle age" },
288
309
},
310
+ AuthorsSlugs : []string {"irene-vallejo" },
311
+ SeriesSlug : "" ,
312
+ SubjectsSlugs : []string {"history" , "middle-age" },
289
313
},
290
314
},
291
315
),
@@ -315,6 +339,9 @@ func testCases() []testCase {
315
339
Description : "Just test metadata" ,
316
340
Subjects : []string {"History" , "WWII" },
317
341
},
342
+ AuthorsSlugs : []string {"patrick-r-reid" },
343
+ SeriesSlug : "" ,
344
+ SubjectsSlugs : []string {"history" , "wwii" },
318
345
},
319
346
},
320
347
),
0 commit comments