diff --git a/tests/test_archpkg.py b/tests/test_archpkg.py index ac749bd..0985173 100644 --- a/tests/test_archpkg.py +++ b/tests/test_archpkg.py @@ -9,7 +9,7 @@ pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net] async def test_archpkg(get_version): assert await get_version("base", { "source": "archpkg", - }) == "3-1" + }) == "3-2" @flaky async def test_archpkg_strip_release(get_version):