Skip to content

Commit

Permalink
Camel-case test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 19, 2023
1 parent 00cc321 commit 5e701ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public void testParseHtmlEmailWithAttachments() throws Exception
}

@Test
public void testParseHtmlEmailWithAttachmentAndEncodedFilename() throws Exception
public void testParseHtmlEmailWithAttachmentAndEncodedFileName() throws Exception
{
DataSource dataSource;
final Session session = Session.getDefaultInstance(new Properties());
Expand Down

0 comments on commit 5e701ca

Please sign in to comment.