Skip to content

Commit

Permalink
test fix extra _ in path
Browse files Browse the repository at this point in the history
  • Loading branch information
pgammans committed Apr 4, 2024
1 parent 0ed1580 commit 004ada5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polymorphic/tests/test_orm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1439,8 +1439,8 @@ def test_select_related_on_poly_classes_simple(self):
obj_list = list(
PlainModel.objects.select_related(
"relation",
"relation__ChildModel_",
"relation__AltChildModel_",
"relation__ChildModel",
"relation__AltChildModel",
)
.order_by("pk")
.only(
Expand Down

0 comments on commit 004ada5

Please sign in to comment.