diff --git a/tests/test_vsmarketplace.py b/tests/test_vsmarketplace.py index 9b4fe1f..a2d1ab8 100644 --- a/tests/test_vsmarketplace.py +++ b/tests/test_vsmarketplace.py @@ -5,6 +5,6 @@ import pytest pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net] async def test_vsmarketplace(get_version): - assert await vsmarketplace("usernamehw.indent-one-space", { - "source": "openvsx", + assert await get_version("usernamehw.indent-one-space", { + "source": "vsmarketplace", }) == "0.2.6" \ No newline at end of file