diff options
Diffstat (limited to 'tests/test_json.py')
-rw-r--r-- | tests/test_json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_json.py b/tests/test_json.py index 7205c284..9bb69bf2 100644 --- a/tests/test_json.py +++ b/tests/test_json.py @@ -55,7 +55,7 @@ class JsonReportTest(UsingModulesMixin, CoverageTest): 'executed_branches': [ [2, 4], [4, 5], - [8, 0], + [8, -1], ], 'missing_branches': [ [2, 3], |