mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 09:21:07 +03:00
fix metadata test case: write yaml prebuild
This commit is contained in:
parent
afdc0be954
commit
a21635ae2e
1 changed files with 1 additions and 0 deletions
|
@ -257,6 +257,7 @@ class MetadataTest(unittest.TestCase):
|
||||||
def test_write_yaml_prebuild(self):
|
def test_write_yaml_prebuild(self):
|
||||||
mf = io.StringIO()
|
mf = io.StringIO()
|
||||||
app = fdroidserver.metadata.App()
|
app = fdroidserver.metadata.App()
|
||||||
|
app.Categories = ['None']
|
||||||
app.builds = []
|
app.builds = []
|
||||||
build = fdroidserver.metadata.Build()
|
build = fdroidserver.metadata.Build()
|
||||||
build.versionCode = 102030
|
build.versionCode = 102030
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue