This is an automated email from the ASF dual-hosted git repository.

Arsnael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new ecf6152a30 Fix typo in LogMessageTest method name (Occured -> Occurred)
ecf6152a30 is described below

commit ecf6152a30f004939d11e0f9ea66d5dc40b82901
Author: TianHengZhuang <[email protected]>
AuthorDate: Sat Sep 12 09:07:32 2026 +0800

    Fix typo in LogMessageTest method name (Occured -> Occurred)
---
 .../test/java/org/apache/james/transport/mailets/LogMessageTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mailet/standard/src/test/java/org/apache/james/transport/mailets/LogMessageTest.java
 
b/mailet/standard/src/test/java/org/apache/james/transport/mailets/LogMessageTest.java
index ad25cb2e92..52429c5a28 100644
--- 
a/mailet/standard/src/test/java/org/apache/james/transport/mailets/LogMessageTest.java
+++ 
b/mailet/standard/src/test/java/org/apache/james/transport/mailets/LogMessageTest.java
@@ -112,7 +112,7 @@ class LogMessageTest {
     }
 
     @Test
-    void serviceShouldLogWhenExceptionOccured() throws Exception {
+    void serviceShouldLogWhenExceptionOccurred() throws Exception {
         FakeMailetConfig mailetConfig = FakeMailetConfig.builder()
                 .mailetName("LogContext")
                 .mailetContext(mailContext)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to