Fix tests

This commit is contained in:
Chih-Hsuan Yen 2018-09-21 12:18:21 +08:00
parent 1d16726c90
commit e6d0449bc4
No known key found for this signature in database
GPG Key ID: 0453A6CA23C56315
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ async def test_ubuntupkg_suite(get_version):
@flaky
async def test_ubuntupkg_suite_with_paging(get_version):
assert await get_version("ffmpeg", {"ubuntupkg": None, "suite": "xenial"}) == "7:2.8.14-0ubuntu0.16.04.1"
assert await get_version("ffmpeg", {"ubuntupkg": None, "suite": "xenial"}) == "7:2.8.15-0ubuntu0.16.04.1"