From 1203fc97d9f036b24e1130575aa609bfe34601e1 Mon Sep 17 00:00:00 2001 From: Andreas Heinisch Date: Sat, 23 Jul 2022 12:44:29 +0200 Subject: Delete unnecessary new line Change-Id: I3e826c02895adda7dfa18c786dce0d94b08636d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137332 Tested-by: Andreas Heinisch Reviewed-by: Andreas Heinisch --- sc/qa/uitest/calc_tests9/tdf135761.py | 1 - 1 file changed, 1 deletion(-) (limited to 'sc') diff --git a/sc/qa/uitest/calc_tests9/tdf135761.py b/sc/qa/uitest/calc_tests9/tdf135761.py index fd9e5ebda341..5de390b3e46d 100755 --- a/sc/qa/uitest/calc_tests9/tdf135761.py +++ b/sc/qa/uitest/calc_tests9/tdf135761.py @@ -28,7 +28,6 @@ class tdf135761(UITestCase): # Without the fix in place, this test would have failed with # AssertionError: ' b' != 'a b' - self.assertEqual(get_cell_by_position(document, 0, 0, 0).getString(), " b") # vim: set shiftwidth=4 softtabstop=4 expandtab: -- cgit