From 79a92845fffd8a93fc95399b08985dcf04a7272f Mon Sep 17 00:00:00 2001 From: Cristian Partica <cpartica@magento.com> Date: Tue, 10 Jan 2017 15:49:05 -0600 Subject: [PATCH] MAGETWO-58924: SQL error wait timeout error when saving categories - fix static issues --- .../CatalogUrlRewrite/Test/Unit/Model/Map/HashMapPoolTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Map/HashMapPoolTest.php b/app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Map/HashMapPoolTest.php index 616a1d9b524..b9efdb01f2e 100644 --- a/app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Map/HashMapPoolTest.php +++ b/app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Map/HashMapPoolTest.php @@ -64,7 +64,7 @@ class HashMapPoolTest extends \PHPUnit_Framework_TestCase $dataProductMapMockOtherCategory ] ] - ); + ); $this->assertSame($dataCategoryMapMock, $this->model->getDataMap(DataCategoryHashMap::class, 1)); $this->assertSame($dataProductMapMock, $this->model->getDataMap(DataProductHashMap::class, 1)); $this->assertSame( -- GitLab