update tests

This commit is contained in:
lilydjwg 2020-07-25 14:28:31 +08:00
parent 6101dde1e5
commit 44687da8a6
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ async def test_archpkg_provided(get_version):
assert await get_version("jsoncpp", {
"archpkg": None,
"provided": "libjsoncpp.so",
}) == "22-64"
}) == "24-64"
@flaky
async def test_archpkg_provided_strip(get_version):
@ -26,5 +26,5 @@ async def test_archpkg_provided_strip(get_version):
"archpkg": None,
"provided": "libjsoncpp.so",
"strip-release": True,
}) == "22"
}) == "24"

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.15-0ubuntu0.16.04.1"
assert await get_version("ffmpeg", {"ubuntupkg": None, "suite": "xenial"}) == "7:2.8.17-0ubuntu0.1"