Adjust test for read-only connection for polling
This commit is contained in:
parent
1c240031bf
commit
7107a606ac
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ public class MessagingControllerTest {
|
|||
|
||||
controller.synchronizeMailboxSynchronous(account, FOLDER_NAME, listener, null);
|
||||
|
||||
verify(remoteFolder).open(Folder.OPEN_MODE_RW);
|
||||
verify(remoteFolder).open(Folder.OPEN_MODE_RO);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in a new issue