Skip to content
Snippets Groups Projects
Commit 26257ad7 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] test_performance: bump query count

When `rating` is installed, a few more queries are executed...
parent e74ef6cf
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ class TestPerformance(TransactionCase):
records.write({'value': self.int(20)})
@queryCount(admin=20, demo=30)
@queryCount(admin=20, demo=31)
def test_write_mail_with_tracking(self):
""" Write records inheriting from 'mail.thread' (with field tracking). """
record = self.env['test_performance.mail'].search([], limit=1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment