Skip to content

Commit 15827e9

Browse files
212: Fixed failed test
1 parent daf2810 commit 15827e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testData/completion/xml/CrontabCompletionRegistrar/notCrontabXmlMethodMustHaveNotCompletion/wrong_named_crontab.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
1010
<group id="default">
11-
<job name="test_catalog_index_refresh_price" instance="Magento\Catalog\Cron\RefreshSpecialPrices" method="ex<caret>">
11+
<job name="" instance="Magento\Catalog\Cron\RefreshSpecialPrices" method="ex<caret>">
1212
<schedule>0 * * * *</schedule>
1313
</job>
1414
</group>

0 commit comments

Comments
 (0)