text: fix broken test

This commit is contained in:
Gauthier Roebroeck 2023-03-03 13:21:20 +08:00
parent a6895e13f4
commit c6aaa9d510

View file

@ -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)