From d706961669ed9c660554ed13c2de7545018aae14 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Thu, 21 Apr 2022 17:23:20 +0800 Subject: [PATCH] update tests --- 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 9af296c..f2f68db 100644 --- a/tests/test_apt.py +++ b/tests/test_apt.py @@ -51,4 +51,4 @@ async def test_apt_multiversions(get_version): "repo": "main", "arch": "amd64", }) - assert ver.startswith("1.4.00.") + assert ver.startswith("1.5.00.")