diff --git a/tests/test_openvsx.py b/tests/test_openvsx.py index 862ed3a..8ce80db 100644 --- a/tests/test_openvsx.py +++ b/tests/test_openvsx.py @@ -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" diff --git a/tests/test_vsmarketplace.py b/tests/test_vsmarketplace.py index ad68b3c..162e9fa 100644 --- a/tests/test_vsmarketplace.py +++ b/tests/test_vsmarketplace.py @@ -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"