mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 02:50:12 +01:00
fix metadata test case: write yaml prebuild
This commit is contained in:
parent
afdc0be954
commit
a21635ae2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user