tests/test_archpkg: use "dbus" to test "provided"

This package provides a package and a so.
This commit is contained in:
lilydjwg 2020-10-23 17:06:44 +08:00
parent c8b0e673ca
commit cddf866ef6
1 changed files with 3 additions and 3 deletions

View File

@ -20,10 +20,10 @@ async def test_archpkg_strip_release(get_version):
@flaky
async def test_archpkg_provided(get_version):
assert await get_version("jsoncpp", {
assert await get_version("dbus", {
"source": "archpkg",
"provided": "libjsoncpp.so",
}) == "24-64"
"provided": "libdbus-1.so",
}) == "3-64"
@flaky
async def test_archpkg_provided_strip(get_version):