We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804e2f8 commit 4002829Copy full SHA for 4002829
app/code/Magento/Downloadable/Test/Unit/Observer/SetHasDownloadableProductsObserverTest.php
@@ -59,7 +59,6 @@ protected function setUp()
59
]
60
);
61
62
-
63
$this->setHasDownloadableProductsObserver = $this->objectManager->getObject(
64
SetHasDownloadableProductsObserver::class,
65
[
@@ -150,7 +149,7 @@ private function createOrderItem(
150
149
public function executeWithSessionNoDownloadableProductsDataProvider()
151
{
152
return [
153
- 'Order has once item is downloadable product' => [
+ 'Order has one item is downloadable product' => [
154
155
156
DownloadableProductType::TYPE_DOWNLOADABLE,
0 commit comments