Skip to content

Commit db2ae00

Browse files
author
MarkBaker
committed
Merge remote-tracking branch 'origin/NORM-S-DIST-with-second-argument' into NORM-S-DIST-with-second-argument
2 parents 10bf569 + 3a9fac5 commit db2ae00

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/NormDistTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ public function providerNORMDIST(): array
2323
return require 'tests/data/Calculation/Statistical/NORMDIST.php';
2424
}
2525
}
26-

tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/NormSDistTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class NormSDistTest extends TestCase
1313
* @param mixed $expectedResult
1414
* @param mixed $testValue
1515
*/
16-
public function testNORMSDIST2($expectedResult, $testValue): void
16+
public function testNORMSDIST($expectedResult, $testValue): void
1717
{
1818
$result = Statistical::NORMSDIST($testValue);
1919
self::assertEqualsWithDelta($expectedResult, $result, 1E-12);

0 commit comments

Comments
 (0)