Skip to content

Commit

Permalink
Fixing smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manumafe98 committed Feb 21, 2024
1 parent daa8d03 commit cf8d131
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
8 changes: 0 additions & 8 deletions tests/log-levels/hardcode-log-levels/expected_analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
"params": {},
"type": "essential"
},
{
"comment": "java.log-levels.use_substring_method",
"params": {
"callingMethod": "message",
"methodToCall": "substring"
},
"type": "actionable"
},
{
"comment": "java.general.feedback_request",
"params": {},
Expand Down
5 changes: 1 addition & 4 deletions tests/log-levels/no-substring-used/expected_analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"comments": [
{
"comment": "java.log-levels.use_substring_method",
"params": {
"callingMethod": "message",
"methodToCall": "substring"
},
"params": {},
"type": "actionable"
},
{
Expand Down

0 comments on commit cf8d131

Please sign in to comment.