Update tests

This commit is contained in:
alstr
2024-09-24 14:14:28 +01:00
parent 3bf280d493
commit 935bd1b4d0
2 changed files with 15 additions and 15 deletions

View File

@@ -249,7 +249,7 @@ class EscapeMarkdownTest(unittest.TestCase):
self.assertEqual(issue.body[1], '\\<AnotherTag\\>')
class customLanguageTest(unittest.TestCase):
class CustomLanguageTest(unittest.TestCase):
def test_custom_lang_load(self):
os.environ['INPUT_LANGUAGES'] = 'tests/custom_languages.json'
parser = TodoParser()