Skip to content

Commit

Permalink
Fix depth test
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Aug 24, 2021
1 parent 47aad6b commit 8b941e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_menu.py
Expand Up @@ -467,10 +467,6 @@ def test_depth(self) -> None:
"""
menu = MenuUtils.generic_menu(title='mainmenu')
self.assertEqual(menu._get_depth(), 0)
top = menu._top
menu._top = None
self.assertEqual(menu._get_depth(), 0)
menu._top = top

# Adds some menus
menu_prev = menu
Expand Down

0 comments on commit 8b941e2

Please sign in to comment.