NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests.
This commit is contained in:
11
api/logic/updater/testdata/oneChannel.json
vendored
Normal file
11
api/logic/updater/testdata/oneChannel.json
vendored
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