Skip to content

Commit fcbe668

Browse files
committed
Rename test
1 parent 729afed commit fcbe668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_generics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ class GenericEntity(GenericProtocol[int]):
361361
assert converter.structure({"a": 1}, GenericEntity) == GenericEntity(1)
362362

363363

364-
def test_generics_with_forward_refs():
364+
def test_generics_with_stringified_annotations():
365365
"""Type resolution works with stringified annotations."""
366366
converter = Converter()
367367
dct = converter.unstructure(GenericClass(42), unstructure_as=GenericClass[int])

0 commit comments

Comments
 (0)