diff --git a/tests/parse/test_clear_notes.py b/tests/parse/test_clear_notes.py index cf61890..2049018 100644 --- a/tests/parse/test_clear_notes.py +++ b/tests/parse/test_clear_notes.py @@ -67,8 +67,7 @@ assert cleared == result -# Error when finding a specific token in a stream of notes -# Used for testing clear_notes otherwise +# Check that a specific token in a stream triggers an error def error_on_token(draw, parent_context, value, error): tokens = draw(lists(draw_clear_notes_value())) # Ensure we have a value somewhere