Skip to content

Commit 386dd3f

Browse files
Update fractor/tests/Helper/Rules/ReplaceXXXTextRule.php
Co-authored-by: Andreas Wolf <[email protected]>
1 parent 2557206 commit 386dd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fractor/tests/Helper/Rules/ReplaceXXXTextRule.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function getRuleDefinition(): RuleDefinition
2323
return new RuleDefinition(
2424
'Replace string XXX with YYY',
2525
[
26-
new CodeSample('Replace string XXX with YYY', 'Replace string YYY with YYY')
26+
new CodeSample('XXX', 'YYY')
2727
]
2828
);
2929
}

0 commit comments

Comments
 (0)