Skip to content

Commit aa206d8

Browse files
committed
Test string format quirks rename fix
1 parent d0e163b commit aa206d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/schema/test_schemas.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_string_format_uuid_valid(self):
5858

5959
assert result == uuid.UUID(value)
6060

61-
def test_string_format_uuid_valid(self):
61+
def test_string_format_uuid_uuid_quirks_valid(self):
6262
schema = Schema(SchemaType.STRING, schema_format=SchemaFormat.UUID)
6363
value = uuid.uuid4()
6464

0 commit comments

Comments
 (0)