mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Fix test_anitya
This commit is contained in:
parent
7face004e4
commit
6afa9a551a
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ import pytest
|
||||||
pytestmark = pytest.mark.asyncio
|
pytestmark = pytest.mark.asyncio
|
||||||
|
|
||||||
async def test_anitya(get_version):
|
async def test_anitya(get_version):
|
||||||
assert await get_version("shutter", {"anitya": "fedora/shutter"}) == "0.93.1"
|
assert await get_version("shutter", {"anitya": "fedora/shutter"}) == "0.94"
|
||||||
|
|
Loading…
Add table
Reference in a new issue