mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
fix pacman test
This commit is contained in:
parent
a04d6b0fc6
commit
5a6fee2817
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ pytestmark = [pytest.mark.asyncio,
|
||||||
async def test_pacman(get_version):
|
async def test_pacman(get_version):
|
||||||
assert await get_version("base", {
|
assert await get_version("base", {
|
||||||
"source": "pacman",
|
"source": "pacman",
|
||||||
}) == "3-1"
|
}) == "3-2"
|
||||||
|
|
||||||
async def test_pacman_strip_release(get_version):
|
async def test_pacman_strip_release(get_version):
|
||||||
assert await get_version("base", {
|
assert await get_version("base", {
|
||||||
|
|
Loading…
Add table
Reference in a new issue