From 1064f3d948d7983f12bfa433c9dccd9930987396 Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen Date: Thu, 3 Jun 2021 12:33:07 +0800 Subject: [PATCH] Update test_anitya.py Shutter is now actively developed :) --- tests/test_anitya.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_anitya.py b/tests/test_anitya.py index bdd2d46..9fd33e8 100644 --- a/tests/test_anitya.py +++ b/tests/test_anitya.py @@ -9,4 +9,4 @@ async def test_anitya(get_version): assert await get_version("shutter", { "source": "anitya", "anitya": "fedora/shutter", - }) == "0.95" + }) == "0.96"