Skip to content

Commit 744624f

Browse files
author
Bryant Luk
committed
MAGETWO-34952: Final cleanup to ensure Core module is properly removed
- Fix code style
1 parent dc4d62d commit 744624f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Customer/Model/GroupManagementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function testGetDefaultGroupWithStoreId($testGroup, $storeId)
4545
* @magentoDataFixture Magento/Store/_files/core_second_third_fixturestore.php
4646
*/
4747
public function testGetDefaultGroupWithNonDefaultStoreId()
48-
{
48+
{
4949
/** @var \Magento\Store\Model\StoreManagerInterface $storeManager */
5050
$storeManager = Bootstrap::getObjectManager()->get('Magento\Store\Model\StoreManagerInterface');
5151
$nonDefaultStore = $storeManager->getStore('secondstore');

0 commit comments

Comments
 (0)