Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Nov 3, 2024
1 parent 89b4cd9 commit 728dcca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_android_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ async def test_android_addon(get_version):
}) == "1.r03"

async def test_android_package(get_version):
assert await get_version("android-sdk-cmake", {
version = await get_version("android-sdk-cmake", {
"source": "android_sdk",
"android_sdk": "cmake;",
"repo": "package",
}) == "3.30.3"
})
assert version.startswith("3.30.")


async def test_android_package_channel(get_version):
Expand Down

0 comments on commit 728dcca

Please sign in to comment.