@@ -30,18 +30,14 @@ class EntryEndpointTest : ProxerTest() {
3030
3131 private val expectedEntry = Entry (
3232 id = " 6174" , name = " LuCu LuCu" , fskConstraints = setOf (),
33- description =
34- """
33+ description = """
3534 |Humans are a despicable lot, committing sin after sin, filling the endless boundaries of the
3635 | underworld with tortured souls. Now, it would seem, Hell isn't so endless after all, and it has become
3736 | dangerously close to filling, and then overflowing into the human realm. Princess Lucuha sees this
3837 | imminent disaster and has a plan: save Hell by making humans decent again. Of course, the angels can't
3938 | simply allow demons to roam freely on Earth, and they do their best to stop Lucu and her
4039 | dastardly plans.
41- """ .trimMargin().replace(
42- " \n " ,
43- " "
44- ),
40+ """ .trimMargin().replace(" \n " , " " ),
4541 medium = Medium .MANGASERIES , episodeAmount = 90 , state = MediaState .FINISHED , ratingSum = 7 , ratingAmount = 1 ,
4642 clicks = 134 , category = Category .MANGA , license = License .NOT_LICENSED ,
4743 adaptionInfo = AdaptionInfo (id = " 2793" , name = " KissXsis" , medium = Medium .MANGASERIES ),
@@ -90,27 +86,19 @@ class EntryEndpointTest : ProxerTest() {
9086 entryTagId = " 175" ,
9187 date = " 2018-03-07 23:17:44" .toProxerDateTime(),
9288 name = " Action" ,
93- description =
94- """
89+ description = """
9590 Dynamische Szenen, spannende Wettkämpfe und beeindruckende Kampfszenen prägen dieses Genre.
96- """ .trimIndent().replace(
97- " \n " ,
98- " "
99- )
91+ """ .trimIndent().replace(" \n " , " " )
10092 ),
10193 InfoGenre (
10294 id = " 120695" ,
10395 entryTagId = " 174" ,
10496 date = " 2018-03-07 23:17:44" .toProxerDateTime(),
10597 name = " Adventure" ,
106- description =
107- """
98+ description = """
10899 |Es handelt sich meist um eine Geschichte über eine Reise oder Suche.
109100 | Kurzum ein Abenteuer, das es zu bestehen gilt.
110- """ .trimMargin().replace(
111- " \n " ,
112- " "
113- )
101+ """ .trimMargin().replace(" \n " , " " )
114102 )
115103 )
116104 )
0 commit comments