tests: Unmark unexpected successes

These tests are passing on 2.6.0.
This commit is contained in:
Tomas Babej
2020-12-05 19:35:40 -05:00
parent 095d51e479
commit d25d930ada
3 changed files with 0 additions and 3 deletions

View File

@@ -244,7 +244,6 @@ class Test1469(TestCase):
self.assertNotIn('foo', out)
@unittest.expectedFailure
class TestBug1479(TestCase):
def setUp(self):
"""Executed before each test in the class"""