mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
fix tests
This commit is contained in:
parent
c16d170f12
commit
df1e0e30d5
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class ScannerTest(unittest.TestCase):
|
||||||
'realm': 1,
|
'realm': 1,
|
||||||
'se.manyver': 2,
|
'se.manyver': 2,
|
||||||
'com.jens.automation2': 2,
|
'com.jens.automation2': 2,
|
||||||
'com.github.shadowsocks': 5,
|
'com.github.shadowsocks': 6,
|
||||||
}
|
}
|
||||||
for d in glob.glob(os.path.join(source_files, '*')):
|
for d in glob.glob(os.path.join(source_files, '*')):
|
||||||
build = fdroidserver.metadata.Build()
|
build = fdroidserver.metadata.Build()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue