Update versions in test_{openvsx,vsmarketplace}

This commit is contained in:
Chih-Hsuan Yen 2022-10-29 14:22:23 +08:00
parent 3d3d8c6136
commit 2fc6be9d4e
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"