mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 17:31: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):
|
||||
mf = io.StringIO()
|
||||
app = fdroidserver.metadata.App()
|
||||
app.Categories = ['None']
|
||||
app.builds = []
|
||||
build = fdroidserver.metadata.Build()
|
||||
build.versionCode = 102030
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue