This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-email.git
commit a7a2bba0d18d6f2d76769b36fe90df631a7a5cc2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 17 09:19:28 2023 -0500 Format tweak --- src/test/java/org/apache/commons/mail/SimpleEmailTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/apache/commons/mail/SimpleEmailTest.java b/src/test/java/org/apache/commons/mail/SimpleEmailTest.java index a92fae9..90fc2d7 100644 --- a/src/test/java/org/apache/commons/mail/SimpleEmailTest.java +++ b/src/test/java/org/apache/commons/mail/SimpleEmailTest.java @@ -34,6 +34,7 @@ import org.junit.jupiter.api.Test; * @since 1.0 */ public class SimpleEmailTest extends AbstractEmailTest { + private MockSimpleEmail email; @BeforeEach