Skip to content

Commit

Permalink
Merge pull request #231 from hack3ric/master
Browse files Browse the repository at this point in the history
tests: bump android-sdk-cmake and xml2 version
  • Loading branch information
lilydjwg authored Jul 13, 2023
2 parents 5a972cd + fe1342e commit ea542d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_android_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async def test_android_package_channel(get_version):
"android_sdk": "ndk;",
"repo": "package",
"channel": "beta,dev,canary",
}) == "25.0.8528842"
}) == "26.0.10404224"

async def test_android_list(get_version):
assert await get_version("android-sdk-cmake-older", {
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cran.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
async def test_cran(get_version):
assert await get_version("xml2", {
"source": "cran",
}) == "1.3.4"
}) == "1.3.5"

0 comments on commit ea542d1

Please sign in to comment.