mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
tests: Unmark two expectedFailure tests that are now working
This commit is contained in:
parent
b2fa368afa
commit
f96e78b721
2 changed files with 0 additions and 2 deletions
|
@ -381,7 +381,6 @@ class TestBug1455(TestCase):
|
|||
def setUp(self):
|
||||
self.t = Task()
|
||||
|
||||
@unittest.expectedFailure
|
||||
def test_project_hierarchy_filter(self):
|
||||
"""1455: Test project:school)
|
||||
|
||||
|
|
|
@ -258,7 +258,6 @@ class TestBug1479(TestCase):
|
|||
self.assertNotIn("P1", out)
|
||||
self.assertIn("P2", out)
|
||||
|
||||
@unittest.expectedFailure
|
||||
def test_description_with_spaces_alternative_syntax(self):
|
||||
"""1479: Alternative syntax"""
|
||||
self.t("add project:P1 one")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue