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
a9146d4821
commit
46a8edee22
1 changed files with 8 additions and 4 deletions
|
@ -6,7 +6,11 @@ import pytest
|
|||
pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
|
||||
|
||||
async def test_sparkle(get_version):
|
||||
assert await get_version("example", {
|
||||
"source": "sparkle",
|
||||
"sparkle": "https://raw.githubusercontent.com/sparkle-project/Sparkle/master/Tests/Resources/testlocalizedreleasenotesappcast.xml",
|
||||
}) == "6.0"
|
||||
assert await get_version('example', {
|
||||
'source': 'sparkle',
|
||||
'sparkle': (
|
||||
'https://raw.githubusercontent.com/sparkle-project/Sparkle/'
|
||||
'f453625573fc9a251760b65c74df59023b1471c1/Tests/Resources/'
|
||||
'testlocalizedreleasenotesappcast.xml'
|
||||
),
|
||||
}) == '6.0'
|
||||
|
|
Loading…
Add table
Reference in a new issue