Skip to content

Commit 42d9a79

Browse files
bwrsandmangithub-actions[bot]
authored andcommitted
Apply black changes
1 parent 84da5bd commit 42d9a79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_review.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,9 @@ def test_line_ranges():
238238

239239

240240
def test_load_clang_tidy_warnings():
241-
warnings = ctr.load_clang_tidy_warnings(str(TEST_DIR / f"src/test_{ctr.FIXES_FILE}"))
241+
warnings = ctr.load_clang_tidy_warnings(
242+
str(TEST_DIR / f"src/test_{ctr.FIXES_FILE}")
243+
)
242244

243245
assert sorted(list(warnings.keys())) == ["Diagnostics", "MainSourceFile"]
244246
assert warnings["MainSourceFile"] == "/clang_tidy_review/src/hello.cxx"

0 commit comments

Comments
 (0)