Skip to content

Commit 4a1280d

Browse files
committed
AC-7629:: Fix for Statisc failures
1 parent ebd8fe4 commit 4a1280d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dev/tests/integration/testsuite/Magento/Tax/Model/TaxCalculationTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,11 @@ class TaxCalculationTest extends \PHPUnit\Framework\TestCase
2121
private const EPSILON = 0.0000000001;
2222

2323
/**
24-
* Object Manager
25-
*
2624
* @var \Magento\Framework\ObjectManagerInterface
2725
*/
2826
private $objectManager;
2927

3028
/**
31-
* Tax calculation service
32-
*
3329
* @var \Magento\Tax\Api\TaxCalculationInterface
3430
*/
3531
private $taxCalculationService;

0 commit comments

Comments
 (0)