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 issues #216, #224, #225
This commit is contained in:
parent
57928cd01e
commit
7ce78256b6
@ -108,10 +108,6 @@ class IssueUrlInsertionTest(unittest.TestCase):
|
|||||||
''])+
|
''])+
|
||||||
self.output_log)
|
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):
|
def test_same_title_in_same_file(self):
|
||||||
self._setUp(['test_same_title_in_same_file.diff'])
|
self._setUp(['test_same_title_in_same_file.diff'])
|
||||||
self._standardTest(5)
|
self._standardTest(5)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user