From 6ee994070c75d47c4947bfaf845d36cc8acd1788 Mon Sep 17 00:00:00 2001 From: Kevin Ge Date: Mon, 5 Aug 2024 22:41:00 -0700 Subject: [PATCH] fix: number of Starlark tests in comment --- tests/test_todo_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_todo_parser.py b/tests/test_todo_parser.py index 9254e91..9cb3236 100644 --- a/tests/test_todo_parser.py +++ b/tests/test_todo_parser.py @@ -23,7 +23,7 @@ class NewIssueTests(unittest.TestCase): self.raw_issues = parser.parse(diff_file) 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) def test_yaml_issues(self):