Remove UpstreamNonFree

This commit is contained in:
Licaon_Kter 2025-07-11 18:08:19 +03:00 committed by Hans-Christoph Steiner
parent d594a683ab
commit 8b54e2b4cf
19 changed files with 16 additions and 95 deletions

View file

@ -1375,7 +1375,7 @@ class UpdateTest(unittest.TestCase):
if apk['packageName'] == 'com.politedroid' and apk['versionCode'] == 3:
antiFeatures = apk.get('antiFeatures')
self.assertTrue('KnownVuln' in antiFeatures)
self.assertEqual(3, len(antiFeatures))
self.assertEqual(2, len(antiFeatures))
foundtest = True
self.assertTrue(foundtest)