Skip to content

Commit

Permalink
Update fractor/tests/Helper/Rules/ReplaceXXXTextRule.php
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Wolf <dev@a-w.io>
  • Loading branch information
sabbelasichon and andreaswolf committed Apr 20, 2024
1 parent 2557206 commit 386dd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fractor/tests/Helper/Rules/ReplaceXXXTextRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function getRuleDefinition(): RuleDefinition
return new RuleDefinition(
'Replace string XXX with YYY',
[
new CodeSample('Replace string XXX with YYY', 'Replace string YYY with YYY')
new CodeSample('XXX', 'YYY')
]
);
}
Expand Down

0 comments on commit 386dd3f

Please sign in to comment.