Skip to content

Commit b6f41a2

Browse files
committed
MC-21491: Pricing :: FPT display settings
- fix test
1 parent d30965b commit b6f41a2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Weee/ProductPriceWithFPTTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,6 @@ protected function setUp(): void
6767
*/
6868
protected function tearDown(): void
6969
{
70-
$taxRules = $this->getFixtureTaxRules();
71-
if (count($taxRules)) {
72-
$taxRates = $this->getFixtureTaxRates();
73-
foreach ($taxRules as $taxRule) {
74-
$taxRule->delete();
75-
}
76-
foreach ($taxRates as $taxRate) {
77-
$taxRate->delete();
78-
}
79-
}
80-
8170
$this->writeConfig($this->initialConfig);
8271
}
8372

0 commit comments

Comments
 (0)