Skip to content

Commit 20ca849

Browse files
committed
add time query variable test
1 parent 4653a0e commit 20ca849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/types/tests/test_datetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_time_query_variable():
6262
isoformat = time.isoformat()
6363

6464
result = schema.execute(
65-
'''query Test($date: Time){ time(at: $time) }''',
65+
'''query Test($time: Time){ time(at: $time) }''',
6666
variable_values={'time': isoformat}
6767
)
6868
assert not result.errors

0 commit comments

Comments
 (0)