Skip to content

Commit 35cf7d2

Browse files
committed
Correct test name in test_enum
1 parent 2375f01 commit 35cf7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/type/test_enum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def does_not_accept_internal_value_in_place_of_enum_literal():
204204
[{"message": "Expected type Color, found 1.", "locations": [(1, 23)]}],
205205
)
206206

207-
def does_not_accept_internal_value_in_place_of_int():
207+
def does_not_accept_enum_literal_in_place_of_int():
208208
result = execute_query("{ colorEnum(fromInt: GREEN) }")
209209

210210
assert result == (

0 commit comments

Comments
 (0)