Skip to content

Commit 27d1ef2

Browse files
committed
Add removed blankline to end of the file
1 parent 7a293c8 commit 27d1ef2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/integration/etc/install-config-mysql.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
return [
88
'db-host' => 'localhost',
99
'db-user' => 'root',
10-
'db-password' => '123123q',
10+
'db-password' => 'mysql',
1111
'db-name' => 'magento_integration_tests',
1212
'db-prefix' => '',
1313
'backend-frontname' => 'backend',

dev/tests/integration/testsuite/Magento/Sitemap/Model/ResourceModel/Catalog/ProductTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@ protected function _checkProductCollection(array $products, $expectedCount, arra
189189
$this->assertNotEmpty($product->getUrl());
190190
}
191191
}
192-
}
192+
}

0 commit comments

Comments
 (0)