diff --git a/komga/src/test/kotlin/org/gotson/komga/domain/service/ReadListMatcherTest.kt b/komga/src/test/kotlin/org/gotson/komga/domain/service/ReadListMatcherTest.kt index ad9351dc..fca0eac0 100644 --- a/komga/src/test/kotlin/org/gotson/komga/domain/service/ReadListMatcherTest.kt +++ b/komga/src/test/kotlin/org/gotson/komga/domain/service/ReadListMatcherTest.kt @@ -400,7 +400,7 @@ class ReadListMatcherTest( // then with(result) { with(readListMatch) { - assertThat(name).isBlank + assertThat(name).isEqualTo(request.name) assertThat(errorCode).isEqualTo("ERR_1009") } assertThat(matches).hasSize(4)