diff --git a/tests/parse/test_error.py b/tests/parse/test_error.py index 88ba89a..58e9d01 100644 --- a/tests/parse/test_error.py +++ b/tests/parse/test_error.py @@ -188,6 +188,7 @@ value = format_context(context) assert expected == value + # Tests formatting with a random ParseContext @given(draw_parse_context()) def test_parse_error_format_context(context):