1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

fix metadata test case: write yaml prebuild

This commit is contained in:
Michael Pöhn 2018-11-14 14:20:33 +01:00
parent afdc0be954
commit a21635ae2e

View File

@ -257,6 +257,7 @@ class MetadataTest(unittest.TestCase):
def test_write_yaml_prebuild(self):
mf = io.StringIO()
app = fdroidserver.metadata.App()
app.Categories = ['None']
app.builds = []
build = fdroidserver.metadata.Build()
build.versionCode = 102030