Merge pull request #4069 from k9mail/fix_test

Fix test in 'SmtpTransportTest'
This commit is contained in:
cketti 2019-05-24 14:05:01 +02:00 committed by GitHub
commit ed662eb72c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ public class SmtpTransportTest {
assertEquals("Authentication methods SASL PLAIN and LOGIN are unavailable.", e.getMessage());
}
server.verifyConnectionStillOpen();
server.verifyConnectionClosed();
server.verifyInteractionCompleted();
}