Fixed retrieving message bodies

This commit is contained in:
dankito 2024-11-22 01:15:18 +01:00
parent 75450e77fb
commit 3273b2a849
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class MailReaderTest {
@Test
fun listAllMessagesWithEInvoice() {
val result = underTest.listAllMessagesWithEInvoice(mailAccount)
val result = underTest.listAllMessagesWithEInvoice(mailAccount, true)
assertThat(result).isNotEmpty()