test: allow test to be an expected success now that bug is fixed

Earlier commit resolved issue #234
This commit is contained in:
Robert Alonso 2024-11-11 23:41:14 +00:00
parent 7ce78256b6
commit 8c28d096ee

View File

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