mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
test: allow test to be an expected success now that bug is fixed
Earlier commit resolved issue #234
This commit is contained in:
parent
7ce78256b6
commit
8c28d096ee
@ -140,8 +140,6 @@ class CustomOptionsTest(unittest.TestCase):
|
|||||||
with open('tests/test_new.diff', 'r') as diff_file:
|
with open('tests/test_new.diff', 'r') as diff_file:
|
||||||
self.raw_issues.extend(parser.parse(diff_file))
|
self.raw_issues.extend(parser.parse(diff_file))
|
||||||
|
|
||||||
# See GitHub issue #234
|
|
||||||
@unittest.expectedFailure
|
|
||||||
def test_exact_identifier_match(self):
|
def test_exact_identifier_match(self):
|
||||||
"""
|
"""
|
||||||
Verify that issues are only created when there's an exact identifier match
|
Verify that issues are only created when there's an exact identifier match
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user