mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Update versions in test_{openvsx,vsmarketplace}
This commit is contained in:
parent
3d3d8c6136
commit
2fc6be9d4e
2 changed files with 2 additions and 2 deletions
|
@ -7,4 +7,4 @@ pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
|
|||
async def test_openvsx(get_version):
|
||||
assert await get_version("usernamehw.indent-one-space", {
|
||||
"source": "openvsx",
|
||||
}) == "0.2.7"
|
||||
}) == "0.3.0"
|
||||
|
|
|
@ -7,4 +7,4 @@ pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
|
|||
async def test_vsmarketplace(get_version):
|
||||
assert await get_version("usernamehw.indent-one-space", {
|
||||
"source": "vsmarketplace",
|
||||
}) == "0.2.8"
|
||||
}) == "0.3.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue