From 8c28d096ee5f5a297284100395a19ad9b41f5f97 Mon Sep 17 00:00:00 2001 From: Robert Alonso <17463757+rgalonso@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:41:14 +0000 Subject: [PATCH] test: allow test to be an expected success now that bug is fixed Earlier commit resolved issue #234 --- tests/test_todo_parser.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_todo_parser.py b/tests/test_todo_parser.py index ad14e96..c8fd393 100644 --- a/tests/test_todo_parser.py +++ b/tests/test_todo_parser.py @@ -140,8 +140,6 @@ class CustomOptionsTest(unittest.TestCase): with open('tests/test_new.diff', 'r') as diff_file: self.raw_issues.extend(parser.parse(diff_file)) - # See GitHub issue #234 - @unittest.expectedFailure def test_exact_identifier_match(self): """ Verify that issues are only created when there's an exact identifier match