aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtXml/qdomdocument_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtXml/qdomdocument_test.py')
-rw-r--r--sources/pyside6/tests/QtXml/qdomdocument_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtXml/qdomdocument_test.py b/sources/pyside6/tests/QtXml/qdomdocument_test.py
index 33b395f9b..190adcb15 100644
--- a/sources/pyside6/tests/QtXml/qdomdocument_test.py
+++ b/sources/pyside6/tests/QtXml/qdomdocument_test.py
@@ -47,7 +47,7 @@ class QDomDocumentTest(unittest.TestCase):
self.assertFalse(ok)
self.assertEqual(errorStr, 'Opening and ending tag mismatch.')
self.assertEqual(errorLine, 4)
- self.assertEqual(errorColumn, 21)
+ self.assertEqual(errorColumn, 4)
def testQDomDocumentSetContentWithGoodXmlData(self):
'''Sets valid xml as the QDomDocument contents.'''