We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e163b commit aa206d8Copy full SHA for aa206d8
tests/unit/schema/test_schemas.py
@@ -58,7 +58,7 @@ def test_string_format_uuid_valid(self):
58
59
assert result == uuid.UUID(value)
60
61
- def test_string_format_uuid_valid(self):
+ def test_string_format_uuid_uuid_quirks_valid(self):
62
schema = Schema(SchemaType.STRING, schema_format=SchemaFormat.UUID)
63
value = uuid.uuid4()
64
0 commit comments