Fixed retrieving message bodies
This commit is contained in:
parent
75450e77fb
commit
3273b2a849
|
@ -25,7 +25,7 @@ class MailReaderTest {
|
|||
|
||||
@Test
|
||||
fun listAllMessagesWithEInvoice() {
|
||||
val result = underTest.listAllMessagesWithEInvoice(mailAccount)
|
||||
val result = underTest.listAllMessagesWithEInvoice(mailAccount, true)
|
||||
|
||||
assertThat(result).isNotEmpty()
|
||||
|
||||
|
|
Loading…
Reference in New Issue