Skip to content

Commit

Permalink
fix: test_helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Yu committed Oct 30, 2024
1 parent f484d7f commit 4b61fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_select_node_from_deeply_nested_nodes(self):
factories.ChildMenuItemFactory(parent=menuversions.content.root)
child3 = factories.ChildMenuItemFactory(parent=menuversions.content.root)
factories.ChildMenuItemFactory(parent=child3)
max_queries = 52
max_queries = 58
page_url = page_content.page.get_absolute_url()

with self.assertNumQueries(FuzzyInt(3, max_queries)):
Expand Down

0 comments on commit 4b61fda

Please sign in to comment.