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 ce40d7f116 Fix typo in StripAttachmentTest method name (Occured ->
Occurred)
ce40d7f116 is described below
commit ce40d7f1164533292b768584d352a026fe360cb6
Author: TianHengZhuang <[email protected]>
AuthorDate: Sat Sep 12 09:14:34 2026 +0800
Fix typo in StripAttachmentTest method name (Occured -> Occurred)
---
.../java/org/apache/james/transport/mailets/StripAttachmentTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/mailet/standard/src/test/java/org/apache/james/transport/mailets/StripAttachmentTest.java
b/mailet/standard/src/test/java/org/apache/james/transport/mailets/StripAttachmentTest.java
index a374b5d1c9..9189247cc0 100644
---
a/mailet/standard/src/test/java/org/apache/james/transport/mailets/StripAttachmentTest.java
+++
b/mailet/standard/src/test/java/org/apache/james/transport/mailets/StripAttachmentTest.java
@@ -1044,7 +1044,7 @@ class StripAttachmentTest {
}
@Test
- void getFilenameShouldReturnRandomFilenameWhenExceptionOccured() throws
Exception {
+ void getFilenameShouldReturnRandomFilenameWhenExceptionOccurred() throws
Exception {
BodyPart bodyPart = mock(BodyPart.class);
when(bodyPart.getFileName())
.thenThrow(new MessagingException());
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]