test: drop redundant comment per repo comment policy

This commit is contained in:
Tyagiquamar 2026-09-06 23:00:33 +05:30
parent bbb3abed68
commit ab93c4bc37
No known key found for this signature in database
GPG key ID: 96BABDFFEA96A49B

View file

@ -919,7 +919,6 @@ def test_fix_enum_empty_strings_anyof():
assert None in choice_enum
assert choice_enum == [None, "option1"]
# Non-dict input should not raise AttributeError
_fix_enum_empty_strings("string_input")
_fix_enum_empty_strings(None)