Skip to content

Commit

Permalink
Remove unsupported use case
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Feb 7, 2024
1 parent f21ea3c commit c4b4fa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ class Pet(factory.DictFactory):
assert_type(Pet.create(), dict)

def test_list_factory(self) -> None:
assert_type(factory.ListFactory(), list)
assert_type(factory.ListFactory.build(), list)
assert_type(factory.ListFactory.create(), list)

0 comments on commit c4b4fa4

Please sign in to comment.