diff --git a/entity/tests/model_tests.py b/entity/tests/model_tests.py index c9299b2..5e4e297 100644 --- a/entity/tests/model_tests.py +++ b/entity/tests/model_tests.py @@ -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())