From 7ce78256b65d0507ae9e4dcc195ff0b526c85246 Mon Sep 17 00:00:00 2001 From: Robert Alonso <17463757+rgalonso@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:36:20 +0000 Subject: [PATCH] test: allow test to be an expected success now that bug is fixed Earlier commit resolved issues #216, #224, #225 --- tests/test_process_diff.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_process_diff.py b/tests/test_process_diff.py index 4a71955..689d47a 100644 --- a/tests/test_process_diff.py +++ b/tests/test_process_diff.py @@ -108,10 +108,6 @@ class IssueUrlInsertionTest(unittest.TestCase): ''])+ self.output_log) - # There is a known bug related to this issue, so until it's resolved - # this is an expected failure. - # See #225 and #224 - @unittest.expectedFailure def test_same_title_in_same_file(self): self._setUp(['test_same_title_in_same_file.diff']) self._standardTest(5)