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/index.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/index.json')
-rw-r--r-- | launcher/updater/testdata/index.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/launcher/updater/testdata/index.json b/launcher/updater/testdata/index.json deleted file mode 100644 index 867bdcfb..00000000 --- a/launcher/updater/testdata/index.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ApiVersion": 0, - "Versions": [ - { "Id": 0, "Name": "1.0.0" }, - { "Id": 1, "Name": "1.0.1" }, - { "Id": 2, "Name": "1.0.2" }, - { "Id": 3, "Name": "1.0.3" } - ] -} |