tests: Unmark two expectedFailure tests that are now working

This commit is contained in:
Tomas Babej 2021-01-30 19:18:44 -05:00
parent b2fa368afa
commit f96e78b721
2 changed files with 0 additions and 2 deletions

View file

@ -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)

View file

@ -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")