From 401bb19a9b3f1970039f0f3bd6aea40eb12c6567 Mon Sep 17 00:00:00 2001 From: Th3Whit3Wolf Date: Wed, 14 Jul 2021 15:07:49 +0100 Subject: [PATCH] Fix: wrong function name --- tests/test_vsmarketplace.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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