Merge pull request #4069 from k9mail/fix_test
Fix test in 'SmtpTransportTest'
This commit is contained in:
commit
ed662eb72c
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ public class SmtpTransportTest {
|
|||
assertEquals("Authentication methods SASL PLAIN and LOGIN are unavailable.", e.getMessage());
|
||||
}
|
||||
|
||||
server.verifyConnectionStillOpen();
|
||||
server.verifyConnectionClosed();
|
||||
server.verifyInteractionCompleted();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue