update test_android_sdk.py

This commit is contained in:
lilydjwg 2022-08-12 13:52:04 +08:00
parent 9ee53041b6
commit 13cca483e1
1 changed files with 3 additions and 3 deletions

View File

@ -17,16 +17,16 @@ async def test_android_package(get_version):
"source": "android_sdk",
"android_sdk": "cmake;",
"repo": "package",
}) == "3.18.1"
}) == "3.22.1"
async def test_android_package_channel(get_version):
assert await get_version("android-sdk-cmake", {
"source": "android_sdk",
"android_sdk": "cmake;",
"android_sdk": "ndk;",
"repo": "package",
"channel": "beta,dev,canary",
}) == "3.22.1"
}) == "25.0.8528842"
async def test_android_list(get_version):
assert await get_version("android-sdk-cmake-older", {