Fix test_anitya

This commit is contained in:
Chih-Hsuan Yen 2018-07-22 20:34:03 +08:00
parent 7face004e4
commit 6afa9a551a
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ import pytest
pytestmark = pytest.mark.asyncio
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"