Skip to content

Commit

Permalink
Add small test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Nov 15, 2021
1 parent 45a970f commit 8a000d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/objects/generics/test_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class TypeB:
([StrawberryList(str)], "StrListExample"),
([StrawberryList(StrawberryList(str))], "StrListListExample"),
([StrawberryOptional(StrawberryList(str))], "StrListOptionalExample"),
([StrawberryList(StrawberryOptional(str))], "StrOptionalListExample"),
([StrawberryList(Enum)], "EnumListExample"),
([StrawberryUnion("Union", (TypeA, TypeB))], "UnionExample"), # type: ignore
([TypeA], "TypeAExample"),
Expand Down

0 comments on commit 8a000d7

Please sign in to comment.