Skip to content

Commit

Permalink
update queries
Browse files Browse the repository at this point in the history
  • Loading branch information
somewes committed Sep 26, 2023
1 parent a93c1f7 commit be5fbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity/tests/model_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ def test_number_of_queries(self):
G(EntityGroupMembership, entity_group=self.group,
entity=e2, sub_entity_kind=self.kind2)

with self.assertNumQueries(3):
with self.assertNumQueries(4):
list(self.group.all_entities())


Expand Down

0 comments on commit be5fbbe

Please sign in to comment.