Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/244'
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Dec 9, 2023
2 parents 9090dce + 918457a commit c531f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5"
}) == "1.3.6"
2 changes: 1 addition & 1 deletion tests/test_cratesio.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
async def test_cratesio(get_version):
assert await get_version("example", {
"source": "cratesio",
}) == "0.1.0"
}) == "1.1.0"

0 comments on commit c531f4e

Please sign in to comment.