We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c12ac8 commit 65b91acCopy full SHA for 65b91ac
oscar_elasticsearch/search/tests.py
@@ -239,14 +239,14 @@ def create_parent_child_products():
239
create_parent_child_products()
240
self.assertEqual(Product.objects.count(), 66) # 6 inside the fixtures
241
242
- with self.assertNumQueries(25):
+ with self.assertNumQueries(23):
243
call_command("update_index_products")
244
245
# create 10 extra product with each 5 childs
246
247
248
# The amount of queries should not change.
249
250
251
252
def test_popularity_based_on_order_lines(self):
0 commit comments