Skip to content

Commit 4639f5c

Browse files
committed
Updated api functional test file name
1 parent 320a285 commit 4639f5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/StockStatusTest.php renamed to dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/StockAvailabilityTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
/**
4141
* Test discount totals calculation model
4242
*/
43-
class StockStatusTest extends GraphQlAbstract
43+
class StockAvailabilityTest extends GraphQlAbstract
4444
{
4545
/**
4646
* @var ObjectManagerInterface
@@ -379,3 +379,5 @@ private function generateBundleOptionIdV2(int $optionId, int $selectionId, int $
379379
return base64_encode("bundle/$optionId/$selectionId/$quantity");
380380
}
381381
}
382+
383+

0 commit comments

Comments
 (0)