diff options
Diffstat (limited to 'tests/test_data.py')
-rw-r--r-- | tests/test_data.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_data.py b/tests/test_data.py index a53330f1..1f0aecfd 100644 --- a/tests/test_data.py +++ b/tests/test_data.py @@ -174,9 +174,7 @@ class DataTest(DataTestHelpers, CoverageTest): apy = canonical_filename('./a.py') sub_bpy = canonical_filename('./sub/b.py') - self.assert_summary( - covdata3, { apy: 4, sub_bpy: 2, }, fullpath=True - ) + self.assert_summary(covdata3, { apy: 4, sub_bpy: 2 }, fullpath=True) self.assert_measured_files(covdata3, [apy,sub_bpy]) |