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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 27b7e616 Camel-case test method name 27b7e616 is described below commit 27b7e61686749d71a10c67b039755f0498911fed Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Oct 19 13:25:14 2023 -0400 Camel-case test method name --- .../org/apache/commons/configuration2/TestPropertiesConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/configuration2/TestPropertiesConfiguration.java b/src/test/java/org/apache/commons/configuration2/TestPropertiesConfiguration.java index bb8a7060..af6bd76f 100644 --- a/src/test/java/org/apache/commons/configuration2/TestPropertiesConfiguration.java +++ b/src/test/java/org/apache/commons/configuration2/TestPropertiesConfiguration.java @@ -1181,7 +1181,7 @@ public class TestPropertiesConfiguration { } @Test - public void testSaveMissingFilename() { + public void testSaveMissingFileName() { final FileHandler handler = new FileHandler(conf); assertThrows(ConfigurationException.class, handler::save); }