tests: Remove expected failure

Hyphenation for long words now works as expected.
This commit is contained in:
Tomas Babej 2021-09-16 07:23:44 -04:00
parent a8d4ce52c3
commit 5bbb1697af

View file

@ -49,7 +49,6 @@ class TestHyphenation(TestCase):
code, out, err = self.t("ls")
self.assertIn("1 AAAAAAAAAA\n", out)
@unittest.expectedFailure
def test_hyphenation(self):
"""Verify hyphenation in the absence of white space"""
self.t("add AAAAAAAAAABBBBBBBBBBCCCCCCCCCC")