Skip to content

Commit

Permalink
Update tests/test_optimizer.py
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
bellini666 and sourcery-ai[bot] committed Jul 13, 2024
1 parent 4be9bed commit f422a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ def test_nested_prefetch_with_get_queryset(


@pytest.mark.django_db(transaction=True)
def test_ensure_prefetch_hint_with_field_as_same_name_as_the_model_doesnt_cause_extra_db_queries(
def test_prefetch_hint_with_same_name_field_no_extra_queries(
db,
):
@strawberry_django.type(Issue)
Expand Down

0 comments on commit f422a46

Please sign in to comment.