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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new fb476ec5 No _ in (package private) method names needed
fb476ec5 is described below

commit fb476ec5f1d64575f09b3187aeee02681e726a3e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 17 08:57:40 2023 -0400

    No _ in (package private) method names needed
---
 src/test/java/org/apache/commons/text/numbers/ParsedDecimalTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/text/numbers/ParsedDecimalTest.java 
b/src/test/java/org/apache/commons/text/numbers/ParsedDecimalTest.java
index e760031e..ac68b17a 100644
--- a/src/test/java/org/apache/commons/text/numbers/ParsedDecimalTest.java
+++ b/src/test/java/org/apache/commons/text/numbers/ParsedDecimalTest.java
@@ -286,7 +286,7 @@ public class ParsedDecimalTest {
     }
 
     @Test
-    void testFrom_notFinite() {
+    void testFromNotFinite() {
         // arrange
         final String msg = "Double is not finite";
 

Reply via email to