mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 00:43:07 +02:00
tests: Remove expected failure
Hyphenation for long words now works as expected.
This commit is contained in:
parent
a8d4ce52c3
commit
5bbb1697af
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue