fixing unterminated fsting
Python CI / test (push) Failing after 46s

This commit is contained in:
2025-11-09 00:09:04 +01:00
parent 8dce1569c0
commit ce7293824e
7 changed files with 14 additions and 17 deletions
@@ -91,8 +91,8 @@ class TestLinkedWordHyphenation(unittest.TestCase):
self.assertIsInstance(
text_obj,
LinkText,
f"Hyphenated LinkedWord part should be LinkText, got {
type(text_obj)}")
f"Hyphenated LinkedWord part should be LinkText, got {type(text_obj)}"
)
self.assertEqual(text_obj.link.location, linked_word.location)
# The overflow should also be LinkText if it's hyphenated