Skip to content

Commit 839bd97

Browse files
committed
Adjust docstring
1 parent 5467a2a commit 839bd97

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
@@ -362,7 +362,7 @@ class GenericEntity(GenericProtocol[int]):
362362

363363

364364
def test_generics_with_forward_refs():
365-
"""Type resolution works with forward references."""
365+
"""Type resolution works with stringified annotations."""
366366
converter = Converter()
367367
dct = converter.unstructure(GenericClass(42), unstructure_as=GenericClass[int])
368368
assert dct == {"t": 42}

0 commit comments

Comments
 (0)