Skip to content

Commit ddd535b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b38303b commit ddd535b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/pytest_cpp/catch2.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ def run_test(
122122
except subprocess.CalledProcessError as e:
123123
output = e.output
124124

125-
results = self._parse_xml(
126-
xml_filename, catch_version
127-
)
125+
results = self._parse_xml(xml_filename, catch_version)
128126

129127
for executed_test_id, failures, skipped in results:
130128
if executed_test_id == test_id:

0 commit comments

Comments
 (0)