summaryrefslogtreecommitdiff
path: root/sfx2/qa
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/qa')
-rw-r--r--sfx2/qa/python/check_sidebar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/python/check_sidebar.py b/sfx2/qa/python/check_sidebar.py
index 7f188baa4ba7..3ea8542d2e03 100644
--- a/sfx2/qa/python/check_sidebar.py
+++ b/sfx2/qa/python/check_sidebar.py
@@ -44,7 +44,7 @@ class CheckSidebar(unittest.TestCase):
xDecks = xSidebar.getDecks()
- first_deck_name = "PropertyDeck";
+ first_deck_name = "PropertyDeck"
deck_element_names = xDecks.getElementNames()
assert ( first_deck_name in deck_element_names )