Skip to content

Commit eb2f14c

Browse files
committed
Merge remote-tracking branch 'origin/SVC_False_failure' into Hammer-SVC-False-Positive-Build
2 parents d7ec490 + c3fec73 commit eb2f14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/Unit/Console/Command/CompareSourceCommandSystemXmlTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ public static function changesDataProvider()
113113
$pathToFixtures . '/field-added/source-code-before',
114114
$pathToFixtures . '/field-added/source-code-after',
115115
[
116-
'Suggested semantic versioning change: PATCH',
116+
'Suggested semantic versioning change: MINOR',
117117
'Magento/TestModule/etc/adminhtml/system.xml:0 | magento_testmodule/general/added_field | A field-node was added | M302',
118118
],
119-
'Patch change is detected.',
119+
'Minor change is detected.',
120120
],
121121
'field-removed' => [
122122
$pathToFixtures . '/field-removed/source-code-before',

0 commit comments

Comments
 (0)