mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
text: fix broken test
This commit is contained in:
parent
a6895e13f4
commit
c6aaa9d510
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue