Skip to content

Commit

Permalink
Update tests/src/python/test_qgstextformat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 23, 2024
1 parent b311222 commit 09a4e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgstextformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def testRestoringAndSavingMissingFont(self):
font = getTestFont()
text_format.setFont(font)

# when writign the settings to XML, the originally missing font family should have been replaced by the new font family
# when writing the settings to XML, the originally missing font family should have been replaced by the new font family
element = text_format.writeXml(document, context)
self.assertEqual(element.attribute("fontFamily"), "QGIS Vera Sans")

Expand Down

0 comments on commit 09a4e54

Please sign in to comment.