srclib: no spaces in dict key

This commit is contained in:
Michael Pöhn 2019-12-15 17:27:27 +01:00
parent c6a97939f1
commit 2c86d38028
3 changed files with 7 additions and 4 deletions

View file

@ -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)