mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
update test_android_sdk.py
This commit is contained in:
parent
9ee53041b6
commit
13cca483e1
1 changed files with 3 additions and 3 deletions
|
@ -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", {
|
||||
|
|
Loading…
Add table
Reference in a new issue