mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Update test_todo_parser.py
This commit is contained in:
parent
981c3e44a5
commit
301fb433a3
@ -94,7 +94,7 @@ class NewIssueTests(unittest.TestCase):
|
||||
self.assertEqual(count_issues_for_file_type(self.raw_issues, 'xml'), 2)
|
||||
|
||||
def test_vba_issues(self):
|
||||
self.asserEqual(count_issues_for_file_type(self.raw_issues, 'VBA'), 4)
|
||||
self.assertEqual(count_issues_for_file_type(self.raw_issues, 'VBA'), 4)
|
||||
|
||||
class ClosedIssueTests(unittest.TestCase):
|
||||
# Check for removed TODOs across the files specified.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user