Skip to content

Commit c81e728

Browse files
committed
remove typo
1 parent d2bb11c commit c81e728

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/code/Magento/Reports/Test/Unit/Observer/CheckoutCartAddProductObserverTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ protected function setUp()
7171
->setMethods(['getItem'])
7272
->getMock();
7373

74-
$this->observer = new CheckoutCartAddProductObserver(
75-
$this->eventSaverMock,
76-
$this->reportStatusMock
77-
);
7874
$objectManager = new ObjectManager($this);
7975
$this->observer = $objectManager->getObject(
8076
CheckoutCartAddProductObserver::class,

0 commit comments

Comments
 (0)