From 2fc6be9d4e8ffd1074f2dc3b71de3147712b5081 Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen <1937689+yan12125@users.noreply.github.com> Date: Sat, 29 Oct 2022 14:22:23 +0800 Subject: [PATCH] Update versions in test_{openvsx,vsmarketplace} --- tests/test_openvsx.py | 2 +- tests/test_vsmarketplace.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"