diff options
Diffstat (limited to 'tests/data/oneChannel.json')
-rw-r--r-- | tests/data/oneChannel.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/data/oneChannel.json b/tests/data/oneChannel.json new file mode 100644 index 00000000..84727ac7 --- /dev/null +++ b/tests/data/oneChannel.json @@ -0,0 +1,11 @@ +{ + "format_version": 0, + "channels": [ + { + "id": "develop", + "name": "Develop", + "description": "The channel called \"develop\"", + "url": "http://example.org/stuff" + } + ] +} |