test: parse_depends: Fix hello-world test after pkgrel bump

This commit is contained in:
Minecrell 2020-01-18 11:23:01 +01:00
parent 74f76f03f6
commit 1fa61aad37

View file

@ -51,7 +51,7 @@ def test_package_from_aports(args):
assert func(args, "invalid-package") is None assert func(args, "invalid-package") is None
assert func(args, "hello-world") == {"pkgname": "hello-world", assert func(args, "hello-world") == {"pkgname": "hello-world",
"depends": [], "depends": [],
"version": "1-r4"} "version": "1-r5"}
def test_package_provider(args, monkeypatch): def test_package_provider(args, monkeypatch):