Skip to content

Commit

Permalink
Fixed Python 3.5 compatibility in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagamedov committed Oct 2, 2020
1 parent 6e9179b commit a1eeb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_source_sqlalchemy.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def graph_factory(
*,
async_=False,
fields_query_cls=FieldsQuery,
link_query_cls=LinkQuery,
link_query_cls=LinkQuery
):
def foo_list():
return [3, 2, 1]
Expand Down

0 comments on commit a1eeb5f

Please sign in to comment.