@@ -120,7 +120,7 @@ def test_android_apis(self, apkinfo):
120
120
if apkinfo .core_library == "androguard" :
121
121
assert len (apkinfo .android_apis ) == 1270
122
122
elif apkinfo .core_library == "rizin" :
123
- assert len (apkinfo .android_apis ) == 1269
123
+ assert len (apkinfo .android_apis ) == 1438
124
124
assert api .issubset (apkinfo .android_apis )
125
125
126
126
def test_custom_methods (self , apkinfo ):
@@ -139,7 +139,7 @@ def test_custom_methods(self, apkinfo):
139
139
if apkinfo .core_library == "androguard" :
140
140
assert len (apkinfo .custom_methods ) == 3999
141
141
elif apkinfo .core_library == "rizin" :
142
- assert len (apkinfo .custom_methods ) == 3990
142
+ assert len (apkinfo .custom_methods ) == 3999
143
143
assert test_custom_method .issubset (apkinfo .custom_methods )
144
144
145
145
def test_all_methods (self , apkinfo ):
@@ -159,7 +159,7 @@ def test_all_methods(self, apkinfo):
159
159
if apkinfo .core_library == "androguard" :
160
160
assert len (apkinfo .all_methods ) == 5452
161
161
elif apkinfo .core_library == "rizin" :
162
- assert len (apkinfo .all_methods ) == 5260
162
+ assert len (apkinfo .all_methods ) == 5451
163
163
164
164
assert test_custom_method .issubset (apkinfo .all_methods )
165
165
0 commit comments