mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
fix: number of Starlark tests in comment
This commit is contained in:
parent
1ff063b19e
commit
6ee994070c
@ -23,7 +23,7 @@ class NewIssueTests(unittest.TestCase):
|
|||||||
self.raw_issues = parser.parse(diff_file)
|
self.raw_issues = parser.parse(diff_file)
|
||||||
|
|
||||||
def test_python_issues(self):
|
def test_python_issues(self):
|
||||||
# Includes 2 tests for Starlark.
|
# Includes 4 tests for Starlark.
|
||||||
self.assertEqual(count_issues_for_file_type(self.raw_issues, 'python'), 8)
|
self.assertEqual(count_issues_for_file_type(self.raw_issues, 'python'), 8)
|
||||||
|
|
||||||
def test_yaml_issues(self):
|
def test_yaml_issues(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user