Skip to content

Commit 9155bd0

Browse files
committed
added another test
1 parent 29e3af4 commit 9155bd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pydra/utils/tests/test_typing.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,3 +621,7 @@ def test_type_is_instance2():
621621

622622
def test_type_is_instance3():
623623
assert TypeParser.is_instance(Json, ty.Type[File])
624+
625+
626+
def test_type_is_instance4():
627+
assert TypeParser.is_instance(Json, type)

0 commit comments

Comments
 (0)