]> source.dussan.org Git - poi.git/commitdiff
test issue
authorPJ Fanning <fanningpj@apache.org>
Sat, 7 Aug 2021 15:09:40 +0000 (15:09 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 7 Aug 2021 15:09:40 +0000 (15:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892083 13f79535-47bb-0310-9956-ffa450edef68

poi/src/test/java/org/apache/poi/ss/formula/atp/TestPercentRankIncFunction.java

index b73352d53cb6d65e2e44f00342cdb3b756325bcd..596e6844cbb8bd49879c962df01894b4e121097d 100644 (file)
@@ -48,8 +48,8 @@ public class TestPercentRankIncFunction {
             assertDouble(fe, cell, "PERCENTRANK.INC(A2:A11,8,2)", 0.66);
             assertDouble(fe, cell, "PERCENTRANK.INC(A2:A11,8,4)", 0.6666);
             assertDouble(fe, cell, "PERCENTRANK.INC(A2:A11,5)", 0.583);
-            assertDouble(fe, cell, "PERCENTRANK(A2:A11,1)", 0);
-            assertDouble(fe, cell, "PERCENTRANK(A2:A11,13)", 1);
+            assertDouble(fe, cell, "PERCENTRANK.INC(A2:A11,1)", 0);
+            assertDouble(fe, cell, "PERCENTRANK.INC(A2:A11,13)", 1);
         }
     }