8000 Updated analysis.json fixtures (daytrader8 and plantsbywebsphere) · codellm-devkit/python-sdk@d497e28 · GitHub
[go: up one dir, main page]

Skip to content

Commit d497e28

Browse files
committed
Updated analysis.json fixtures (daytrader8 and plantsbywebsphere)
Signed-off-by: Saurabh Sinha <sinha108@gmail.com>
1 parent fe3bca7 commit d497e28

File tree

3 files changed

+39272
-18265
lines changed

3 files changed

+39272
-18265
lines changed

tests/analysis/java/test_java_analysis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,11 +650,11 @@ def test_get_methods_in_class(test_fixture, analysis_json):
650650
eager_analysis=False,
651651
)
652652

653-
# Test that there are 30 methods in the Log class
653+
# Test that there are 29 methods in the Log class
654654
methods = java_analysis.get_methods_in_class("com.ibm.websphere.samples.daytrader.util.Log")
655655
assert methods is not None
656656
assert isinstance(methods, Dict)
657-
assert len(methods) == 30
657+
assert len(methods) == 29
658658
for method in methods:
659659
assert isinstance(methods[method], JCallable)
660660

0 commit comments

Comments
 (0)
0