Skip to content

Commit

Permalink
Fix number of queries
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Dec 27, 2014
1 parent fc8caf5 commit aa0b9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/tests/plugins.py
Expand Up @@ -478,7 +478,7 @@ def test_deep_copy_plugins(self):
mcol1 = self.reload(mcol1)
self.assertEqual(mcol1.get_descendants().count(), 2)

with self.assertNumQueries(FuzzyInt(0, 200)):
with self.assertNumQueries(FuzzyInt(0, 207)):
page_en.publish('en')

def test_plugin_validation(self):
Expand Down

0 comments on commit aa0b9fc

Please sign in to comment.