Skip to content

Commit ef385e0

Browse files
pixeebot[bot]github-actions[bot]
authored andcommitted
🎨 Apply formatting
1 parent e7f5a7a commit ef385e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/codemodder/codemods/test/integration_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ def check_sonar_issues(cls):
293293
)
294294

295295
assert any(
296-
x in sonar_results for x in cls.codemod.requested_rules), f"Make sure to add a sonar issue/hotspot for {cls.codemod.rule_id} in {cls.sonar_issues_json} or {cls.sonar_hotspots_json}"
296+
x in sonar_results for x in cls.codemod.requested_rules
297+
), f"Make sure to add a sonar issue/hotspot for {cls.codemod.rule_id} in {cls.sonar_issues_json} or {cls.sonar_hotspots_json}"
297298
results_for_codemod = sonar_results[cls.codemod.requested_rules[-1]]
298299
file_path = pathlib.Path(cls.code_filename)
299300
assert (

0 commit comments

Comments
 (0)