Skip to content

Commit

Permalink
Magic numbers replaced with class
Browse files Browse the repository at this point in the history
  • Loading branch information
srsathish92 committed Dec 15, 2019
1 parent 9e042b6 commit a308d4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Magento\Catalog\ViewModel\Product\Checker\AddToCompareAvailability;
use Magento\CatalogInventory\Api\StockConfigurationInterface;
use Magento\Catalog\Model\Product;
use \Magento\Catalog\Model\Product\Attribute\Source\Status;
use Magento\Catalog\Model\Product\Attribute\Source\Status;
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
use PHPUnit\Framework\MockObject\MockObject;

Expand Down

0 comments on commit a308d4a

Please sign in to comment.