mirror of
https://github.com/gotson/komga.git
synced 2026-05-01 19:35:30 +02:00
parent
656f23a64a
commit
9cbebce37b
1 changed files with 1 additions and 2 deletions
|
|
@ -43,7 +43,6 @@ import org.springframework.test.web.servlet.delete
|
|||
import org.springframework.test.web.servlet.get
|
||||
import org.springframework.test.web.servlet.patch
|
||||
import org.springframework.test.web.servlet.post
|
||||
import java.time.LocalDate
|
||||
import kotlin.random.Random
|
||||
|
||||
@ExtendWith(SpringExtension::class)
|
||||
|
|
@ -420,7 +419,7 @@ class SeriesControllerTest(
|
|||
assertThat(summary).isEqualTo("newSummary")
|
||||
assertThat(language).isEqualTo("ja")
|
||||
assertThat(ageRating).isEqualTo(12)
|
||||
assertThat(genres).containsExactly("Action")
|
||||
assertThat(genres).containsExactly("action")
|
||||
assertThat(tags).containsExactly("tag")
|
||||
|
||||
assertThat(titleLock).isEqualTo(true)
|
||||
|
|
|
|||
Loading…
Reference in a new issue