From e6e8573c338ad57192554b5c6a5c56990e4fd9d1 Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen Date: Sat, 13 Feb 2021 23:30:48 +0800 Subject: [PATCH] Fix tests Upstream commits: https://salsa.debian.org/med-team/golang-github-dataence-porter2/-/commits/master --- tests/test_apt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_apt.py b/tests/test_apt.py index 7b85649..adcc07b 100644 --- a/tests/test_apt.py +++ b/tests/test_apt.py @@ -21,7 +21,7 @@ async def test_apt_srcpkg(get_version): "srcpkg": "golang-github-dataence-porter2", "mirror": "http://deb.debian.org/debian/", "suite": "sid", - }) == "0.0~git20150829.56e4718-2" + }) == "0.0~git20150829.56e4718-3" @flaky(max_runs=10) async def test_apt_strip_release(get_version):