From 5dcb3bc36a2edea7c9fed643b1856c53238d4f6f Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sat, 14 Oct 2023 15:19:13 +0800 Subject: [PATCH] tests: update --- tests/test_archpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):