You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/codemodder/codemods/test/integration_utils.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -292,7 +292,8 @@ def check_sonar_issues(cls):
292
292
)
293
293
294
294
assertany(
295
-
xinsonar_resultsforxincls.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}"
295
+
xinsonar_resultsforxincls.codemod.requested_rules
296
+
), f"Make sure to add a sonar issue/hotspot for {cls.codemod.rule_id} in {cls.sonar_issues_json} or {cls.sonar_hotspots_json}"
0 commit comments