Skip to content
Snippets Groups Projects
Commit badbb68b authored by Yarden Sachs's avatar Yarden Sachs Committed by Tomás Fox
Browse files

Cleanup

parent ff091dc2
No related branches found
No related tags found
No related merge requests found
......@@ -468,5 +468,4 @@ def test_should_only_use_the_only_and_not_select_related():
qs = OtherItem.objects.all()
items = gql_optimizer.query(qs, info)
optimized_items = qs.only('id', 'name')
# from IPython import embed; embed()
assert_query_equality(items, optimized_items)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment