Skip to content

Commit efe2828

Browse files
fix tests with new comments name
1 parent 2ad565c commit efe2828

4 files changed

+7
-7
lines changed

src/test/resources/analyzer/AnalyzerIntegrationTest.wizardsandwarriors2.NotReuseMethod.approved.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"comments": [
33
{
4-
"comment": "java.wizards-and-warriors-2.reuse_code_hardcoded_three_parameters",
4+
"comment": "java.wizards-and-warriors-2.reuse_code_from_describe_three_params",
55
"params": {},
66
"type": "actionable"
77
},
88
{
9-
"comment": "java.wizards-and-warriors-2.reuse_code_hardcoded_two_parameters",
9+
"comment": "java.wizards-and-warriors-2.reuse_code_from_describe_two_params",
1010
"params": {},
1111
"type": "actionable"
1212
},

src/test/resources/analyzer/AnalyzerIntegrationTest.wizardsandwarriors2.PartialReuseOfMethod.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"comments": [
33
{
4-
"comment": "java.wizards-and-warriors-2.reuse_code_hardcoded_two_parameters",
4+
"comment": "java.wizards-and-warriors-2.reuse_code_from_describe_two_params",
55
"params": {},
66
"type": "actionable"
77
},

src/test/resources/analyzer/AnalyzerIntegrationTest.wizardsandwarriors2.UseStringFormatAndNotReuseMethod.approved.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"comments": [
33
{
4-
"comment": "java.wizards-and-warriors-2.reuse_code_hardcoded_three_parameters",
4+
"comment": "java.wizards-and-warriors-2.reuse_code_from_describe_three_params",
55
"params": {},
66
"type": "actionable"
77
},
88
{
9-
"comment": "java.wizards-and-warriors-2.reuse_code_hardcoded_two_parameters",
9+
"comment": "java.wizards-and-warriors-2.reuse_code_from_describe_two_params",
1010
"params": {},
1111
"type": "actionable"
1212
},

tests/wizards-and-warriors-2/not-reuse-method/expected_analysis.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"comments": [
33
{
4-
"comment": "java.wizards-and-warriors-2.reuse_code_hardcoded_three_parameters",
4+
"comment": "java.wizards-and-warriors-2.reuse_code_from_describe_three_params",
55
"params": {},
66
"type": "actionable"
77
},
88
{
9-
"comment": "java.wizards-and-warriors-2.reuse_code_hardcoded_two_parameters",
9+
"comment": "java.wizards-and-warriors-2.reuse_code_from_describe_two_params",
1010
"params": {},
1111
"type": "actionable"
1212
},

0 commit comments

Comments
 (0)