Skip to content

Commit c3ca943

Browse files
committed
Remove test assertion that never passes now
1 parent 6c90347 commit c3ca943

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_converters.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ def test_unresolved_placeholders():
162162
isinstance(x, Placeholder)
163163
for x in get_global_registry(PydanticObjectType)._registry.values()
164164
)
165-
# this is a runtime error waiting to happen, but what can we do about it?
166-
assert field.type is None
167165

168166

169167
def test_self_referencing():

0 commit comments

Comments
 (0)