Skip to content

Commit e40326c

Browse files
committed
ACP2E-1066: Credit memo not genrated if order configrable product with decimal quantity
- Fixed the static test failure.
1 parent 389f98c commit e40326c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/CreditMemoGenerateIfConfigurableProductWithDecimalQuantityTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
use Magento\ConfigurableProduct\Test\Fixture\AddProductToCart as AddConfigurableProductToCartFixture;
2929

3030
/**
31-
* Class CreditMemoGenerateIfConfigurableProductWithDecimalQuantityTest
31+
* API test for credit memo generation with configurable product decimal quantity.
3232
*/
3333
class CreditMemoGenerateIfConfigurableProductWithDecimalQuantityTest extends WebapiAbstract
3434
{
@@ -82,7 +82,7 @@ public function testCreditMemoGenerationWithConfigurableProductDecimalQuantity()
8282
'orderId' => $order->getEntityId()
8383
]
8484
);
85-
$this->assertGreaterThan(0 , (int) $creditMemoResult);
85+
$this->assertGreaterThan(0, (int) $creditMemoResult);
8686
} catch (NoSuchEntityException $e) {
8787
$this->fail('Failed asserting that Creditmemo was not created');
8888
}

0 commit comments

Comments
 (0)