mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
fix: sparkle test
This commit is contained in:
parent
96c2396c82
commit
a9146d4821
1 changed files with 2 additions and 2 deletions
|
@ -8,5 +8,5 @@ pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
|
|||
async def test_sparkle(get_version):
|
||||
assert await get_version("example", {
|
||||
"source": "sparkle",
|
||||
"sparkle": "https://sparkle-project.org/files/sparkletestcast.xml",
|
||||
}) == "2.0"
|
||||
"sparkle": "https://raw.githubusercontent.com/sparkle-project/Sparkle/master/Tests/Resources/testlocalizedreleasenotesappcast.xml",
|
||||
}) == "6.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue