Skip to content

Commit 79a9284

Browse files
committed
MAGETWO-58924: SQL error wait timeout error when saving categories
- fix static issues
1 parent 364f9e0 commit 79a9284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Map/HashMapPoolTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function testGetDataMap()
6464
$dataProductMapMockOtherCategory
6565
]
6666
]
67-
);
67+
);
6868
$this->assertSame($dataCategoryMapMock, $this->model->getDataMap(DataCategoryHashMap::class, 1));
6969
$this->assertSame($dataProductMapMock, $this->model->getDataMap(DataProductHashMap::class, 1));
7070
$this->assertSame(

0 commit comments

Comments
 (0)