Skip to content

Commit 4002829

Browse files
committed
Fix static test
1 parent 804e2f8 commit 4002829

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Downloadable/Test/Unit/Observer/SetHasDownloadableProductsObserverTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ protected function setUp()
5959
]
6060
);
6161

62-
6362
$this->setHasDownloadableProductsObserver = $this->objectManager->getObject(
6463
SetHasDownloadableProductsObserver::class,
6564
[
@@ -150,7 +149,7 @@ private function createOrderItem(
150149
public function executeWithSessionNoDownloadableProductsDataProvider()
151150
{
152151
return [
153-
'Order has once item is downloadable product' => [
152+
'Order has one item is downloadable product' => [
154153
[
155154
[
156155
DownloadableProductType::TYPE_DOWNLOADABLE,

0 commit comments

Comments
 (0)