Skip to content

Commit a369628

Browse files
authored
Merge pull request #6730 from magento-tsg/MQE-2602
[Sidecar] MQE-2602: Fix failed dev/tests/integration/testsuite/Magento/Eav/Model/Entity/Attribute/Frontend/DatetimeTest.php test
2 parents 3de1d60 + 5193b28 commit a369628

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Eav/Model/Entity/Attribute/Frontend

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Eav/Model/Entity/Attribute/Frontend/DatetimeTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ protected function setUp(): void
7575
* @magentoDataFixture Magento/Catalog/_files/product_two_websites.php
7676
* @magentoDataFixture Magento/Catalog/_files/product_datetime_attribute.php
7777
*
78-
* @magentoConfigFixture default_store general/locale/timezone Europe/Moscow
79-
* @magentoConfigFixture fixture_second_store_store general/locale/timezone Europe/Kiev
78+
* @magentoConfigFixture default_store general/locale/timezone Asia/Tokyo
79+
* @magentoConfigFixture fixture_second_store_store general/locale/timezone Asia/Shanghai
8080
*
8181
* @return void
8282
*/

0 commit comments

Comments
 (0)