Skip to content

Commit a4f1546

Browse files
committed
Fixed typos in docstrings
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
1 parent a42d9e0 commit a4f1546

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/analysis/java/test_jcodeanalyzer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def test_get_all_methods_in_application(test_fixture, analysis_json):
445445

446446

447447
def test_get_all_entrypoint_methods_in_application(test_fixture, codeanalyzer_jar_path):
448-
"""It should return all of the methods in an application"""
448+
"""It should return all of the entrypoint methods in an application"""
449449
code_analyzer = JCodeanalyzer(
450450
project_dir=test_fixture,
451451
source_code=None,
@@ -471,7 +471,7 @@ def test_get_all_entrypoint_methods_in_application(test_fixture, codeanalyzer_ja
471471

472472

473473
def test_get_all_entrypoint_classes_in_the_application(test_fixture, codeanalyzer_jar_path):
474-
"""It should return all of the methods in an application"""
474+
"""It should return all of the entrypoint classes in an application"""
475475
code_analyzer = JCodeanalyzer(
476476
project_dir=test_fixture,
477477
source_code=None,

0 commit comments

Comments
 (0)