1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

fix tests

This commit is contained in:
linsui 2022-05-07 02:17:26 +00:00
parent c16d170f12
commit df1e0e30d5

View File

@ -50,7 +50,7 @@ class ScannerTest(unittest.TestCase):
'realm': 1,
'se.manyver': 2,
'com.jens.automation2': 2,
'com.github.shadowsocks': 5,
'com.github.shadowsocks': 6,
}
for d in glob.glob(os.path.join(source_files, '*')):
build = fdroidserver.metadata.Build()