Skip to content

Commit 5da3313

Browse files
committed
Fix static test
1 parent 27719c9 commit 5da3313

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/AsynchronousOperations/Model/SaveMultipleOperationsTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ public function testExecute()
8484
$this->entityManager->save($bulkSummary);
8585

8686
$this->saveMultipleOperationsInterface->execute($operations);
87-
$operationsCount = $this->bulkStatusManagement->getOperationsCountByBulkIdAndStatus(self::BULK_UUID, OperationInterface::STATUS_TYPE_OPEN);
87+
$operationsCount = $this->bulkStatusManagement
88+
->getOperationsCountByBulkIdAndStatus(self::BULK_UUID, OperationInterface::STATUS_TYPE_OPEN);
8889
$this->assertEquals($operationsCount, 3);
8990
}
9091

0 commit comments

Comments
 (0)