Tests for parsing of channel lists in UpdateChecker
This commit is contained in:
11
tests/data/oneChannel.json
Normal file
11
tests/data/oneChannel.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"format_version": 0,
|
||||
"channels": [
|
||||
{
|
||||
"id": "develop",
|
||||
"name": "Develop",
|
||||
"description": "The channel called \"develop\"",
|
||||
"url": "http://example.org/stuff"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user