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

chibenwa 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 a422974e93 Fix typo in RemoveMimeHeaderTest method name (Occured -> 
Occurred) (#3178)
a422974e93 is described below

commit a422974e93ec3fbde4e3eb2e2eba3401cfedc263
Author: TianHengZhuang <[email protected]>
AuthorDate: Fri Sep 18 14:49:01 2026 +0800

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

diff --git 
a/mailet/standard/src/test/java/org/apache/james/transport/mailets/RemoveMimeHeaderTest.java
 
b/mailet/standard/src/test/java/org/apache/james/transport/mailets/RemoveMimeHeaderTest.java
index 7aae8f923e..174b58888d 100644
--- 
a/mailet/standard/src/test/java/org/apache/james/transport/mailets/RemoveMimeHeaderTest.java
+++ 
b/mailet/standard/src/test/java/org/apache/james/transport/mailets/RemoveMimeHeaderTest.java
@@ -217,7 +217,7 @@ class RemoveMimeHeaderTest {
     }
 
     @Test
-    void serviceShouldThrowWhenExceptionOccured() throws MessagingException {
+    void serviceShouldThrowWhenExceptionOccurred() throws MessagingException {
         FakeMailetConfig mailetConfig = FakeMailetConfig.builder()
                 .mailetName("Test")
                 .setProperty("name", "")


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

Reply via email to