diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-06 18:12:56 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-06 18:13:51 +0200 |
commit | ffa756ccee8c63471cd8425ab4f4ffcad8875b79 (patch) | |
tree | ae88b208c9e1e3462e334494f72bdce42fcf8a11 /launcher/updater/testdata/oneChannel.json | |
parent | e210a4b2444e7e818cf2959027b719c928e2ecca (diff) | |
download | PrismLauncher-ffa756ccee8c63471cd8425ab4f4ffcad8875b79.tar.gz PrismLauncher-ffa756ccee8c63471cd8425ab4f4ffcad8875b79.tar.bz2 PrismLauncher-ffa756ccee8c63471cd8425ab4f4ffcad8875b79.zip |
fix: remove tests for updater
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/updater/testdata/oneChannel.json')
-rw-r--r-- | launcher/updater/testdata/oneChannel.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/launcher/updater/testdata/oneChannel.json b/launcher/updater/testdata/oneChannel.json deleted file mode 100644 index cc8ed255..00000000 --- a/launcher/updater/testdata/oneChannel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "format_version": 0, - "channels": [ - { - "id": "develop", - "name": "Develop", - "description": "The channel called \"develop\"", - "url": "http://example.org/stuff" - } - ] -} |