diff --git a/tests/generation/BearsTest.py b/tests/generation/BearsTest.py index a71dfa0..dca687c 100644 --- a/tests/generation/BearsTest.py +++ b/tests/generation/BearsTest.py @@ -198,7 +198,7 @@ def test_filter_relevant_bears_with_extracted_info(self): # Comparing both the scenarios # The following dict has list of bears that have their requirements - # caputred by `ProjectDependencyInfo` from the dependency files + # captured by `ProjectDependencyInfo` from the dependency files # but are not part of the `IMPORTANT_BEARS_LIST` in Constants.py additional_bears_by_lang = { "JavaScript": ["ESLintBear", "HappinessLintBear"],