allow 4 decimals for rounded rates (#3596)

This commit is contained in:
Kevin Papst
2022-10-24 16:21:57 +02:00
committed by GitHub
parent e5614b92a0
commit 8b4828f236
5 changed files with 47 additions and 17 deletions

View File

@@ -249,7 +249,7 @@ class RateCalculatorTest extends TestCase
[
31837,
[],
663.27
663.2708
],
[
31837,
@@ -263,7 +263,7 @@ class RateCalculatorTest extends TestCase
'factor' => 1.5
],
],
1326.54
1326.5417
],
[
31837,
@@ -277,7 +277,7 @@ class RateCalculatorTest extends TestCase
'factor' => 1.5
],
],
2321.45
2321.4479
],
];
}