uitest repair test 124829

Change-Id: I8b31da520f1cc609f97488a0c10c19bfe3b3b8e6
Reviewed-on: https://gerrit.libreoffice.org/72420
Tested-by: Jenkins
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
diff --git a/sc/qa/uitest/calc_tests8/tdf124829.py b/sc/qa/uitest/calc_tests8/tdf124829.py
index b2aa6d36..97a43f6 100644
--- a/sc/qa/uitest/calc_tests8/tdf124829.py
+++ b/sc/qa/uitest/calc_tests8/tdf124829.py
@@ -35,7 +35,7 @@ class tdf124829(UITestCase):
            self.xUITest.executeCommand(".uno:Undo")

        #verify; no crashes
        self.assertEqual(get_cell_by_position(document, 5, 0, 0).getString(), "First Name")
        self.assertEqual(document.Sheets.getCount(), 6)

        self.ui_test.close_doc()
# vim: set shiftwidth=4 softtabstop=4 expandtab: