mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Fix: wrong function name
This commit is contained in:
parent
2402eb31cc
commit
401bb19a9b
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
Loading…
Add table
Reference in a new issue