mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
tests: bump example and xml2 version
This commit is contained in:
parent
eaac776a90
commit
918457afed
2 changed files with 2 additions and 2 deletions
|
@ -7,4 +7,4 @@ pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
|
|||
async def test_cran(get_version):
|
||||
assert await get_version("xml2", {
|
||||
"source": "cran",
|
||||
}) == "1.3.5"
|
||||
}) == "1.3.6"
|
||||
|
|
|
@ -7,4 +7,4 @@ pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
|
|||
async def test_cratesio(get_version):
|
||||
assert await get_version("example", {
|
||||
"source": "cratesio",
|
||||
}) == "0.1.0"
|
||||
}) == "1.1.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue