Skip to content

Commit 81ed84a

Browse files
committed
Mirror minor change in test
Replicates graphql/graphql-js@f403ae9
1 parent 8660e09 commit 81ed84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/type/test_enum.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ColorTypeEnumValues(Enum):
2626
class Complex1:
2727
# noinspection PyMethodMayBeStatic
2828
def some_random_function(self):
29-
return {}
29+
return None
3030

3131

3232
class Complex2:

0 commit comments

Comments
 (0)