Fix: wrong function name

This commit is contained in:
Th3Whit3Wolf 2021-07-14 15:07:49 +01:00
parent 2402eb31cc
commit 401bb19a9b

View file

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