mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
srclib: no spaces in dict key
This commit is contained in:
parent
c6a97939f1
commit
2c86d38028
3 changed files with 7 additions and 4 deletions
|
|
@ -588,7 +588,7 @@ class MetadataTest(unittest.TestCase):
|
|||
'''))
|
||||
srclib = fdroidserver.metadata.parse_txt_srclib('JSoup.txt')
|
||||
self.assertDictEqual({'Repo': 'https://github.com/jhy/jsoup.git',
|
||||
'Repo Type': 'git',
|
||||
'RepoType': 'git',
|
||||
'Subdir': [''],
|
||||
'Prepare': ''},
|
||||
srclib)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue