Skip to content

Commit 732dfeb

Browse files
committed
MC-37543: Create automated test for "Add static block on a category page"
1 parent 65d8d70 commit 732dfeb

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Category/Save

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Category/Save/SaveCategoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected function setUp(): void
5151
*/
5252
protected function tearDown(): void
5353
{
54-
if(!empty($this->createdCategoryId)) {
54+
if (!empty($this->createdCategoryId)) {
5555
try {
5656
$this->categoryRepository->deleteByIdentifier($this->createdCategoryId);
5757
} catch (NoSuchEntityException $e) {

0 commit comments

Comments
 (0)