Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Jan 16, 2025
1 parent 2e52bd4 commit 1317dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_toolbars.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def test_change_language_menu_page_toolbar_excluding_delete(self):

language_menu = request.toolbar.get_menu(LANGUAGE_MENU_IDENTIFIER)
# 3 out of 4 populated languages, Break, Add Translation menu, Copy all plugins
self.assertEqual(language_menu.get_item_count(), 7)
self.assertEqual(language_menu.get_item_count(), 6)

def test_change_language_menu_page_toolbar_language_selector_version_link(self):
"""
Expand Down

0 comments on commit 1317dce

Please sign in to comment.