summaryrefslogtreecommitdiff
path: root/tests/test_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_data.py')
-rw-r--r--tests/test_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_data.py b/tests/test_data.py
index 8ed4f842..ab4e03f7 100644
--- a/tests/test_data.py
+++ b/tests/test_data.py
@@ -88,7 +88,7 @@ TCoverageData = Callable[..., CoverageData]
def assert_line_counts(
covdata: CoverageData,
counts: Mapping[str, int],
- fullpath: bool=False,
+ fullpath: bool = False,
) -> None:
"""Check that the line_counts of `covdata` is `counts`."""
assert line_counts(covdata, fullpath) == counts