diff options
Diffstat (limited to 'tests/test_data.py')
-rw-r--r-- | tests/test_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_data.py b/tests/test_data.py index f9928467..f8bff2eb 100644 --- a/tests/test_data.py +++ b/tests/test_data.py @@ -888,6 +888,6 @@ class DumpsLoadsTest(CoverageTest): msg = r"Unrecognized serialization: {} \(head of {} bytes\)".format( re.escape(repr(bad_data[:40])), len(bad_data), - ) + ) with pytest.raises(DataError, match=msg): covdata.loads(bad_data) |