Skip to content

Commit f8d1c29

Browse files
TomashKhamlaiValeriy Nayda
authored andcommitted
Reformat code
1 parent 6e78ca6 commit f8d1c29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Cms/CmsBlockTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ public function testGetDisabledCmsBlockByIdentifiers()
7070
/** @var StoreManagerInterface $storeManager */
7171
$storeManager = $this->objectManager->get(StoreManagerInterface::class);
7272
$storeId = (int)$storeManager->getStore()->getId();
73-
$cmsBlockId = $this->objectManager->get(GetBlockByIdentifier::class)->execute("fixture_block", $storeId)->getId();
73+
$cmsBlockId = $this->objectManager->get(GetBlockByIdentifier::class)->execute("fixture_block",
74+
$storeId)->getId();
7475
$this->objectManager->get(Block::class)->load($cmsBlockId)->setIsActive(0)->save();
7576
$query =
7677
<<<QUERY

0 commit comments

Comments
 (0)