fix pacman test

This commit is contained in:
Daniel Peukert 2023-10-18 01:59:43 +02:00
parent a04d6b0fc6
commit 5a6fee2817
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ pytestmark = [pytest.mark.asyncio,
async def test_pacman(get_version):
assert await get_version("base", {
"source": "pacman",
}) == "3-1"
}) == "3-2"
async def test_pacman_strip_release(get_version):
assert await get_version("base", {