From 10f680e9be9ff41bd0dc1b1f92fc62192200066f Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 14 Jan 2021 03:14:39 +0000 Subject: [PATCH] removed test file --- static/quotes/test.json | 48 ----------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 static/quotes/test.json diff --git a/static/quotes/test.json b/static/quotes/test.json deleted file mode 100644 index a274a0309..000000000 --- a/static/quotes/test.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "language": "test", - "groups": [ - [0, 100], - [101, 300], - [301, 600], - [601, 9999] - ], - "quotes": [ - { "text": "This is a quote", "source": "Miodec", "length": 15, "id": 1 }, - { - "text": "Another quote", - "source": "Someone else", - "length": 13, - "id": 2 - }, - { - "text": "Another quote", - "source": "Someone else", - "length": 13, - "id": 3 - }, - { - "text": "Another quote", - "source": "Someone else", - "length": 13, - "id": 4 - }, - { - "text": "This is a test quote", - "source": "miodec", - "length": 20, - "id": 5 - }, - { - "text": "This is a super awesome quote that it should just accept without complaining because its not that similar", - "source": "miodec", - "length": 105, - "id": 6 - }, - { - "text": "This is a super awesome quote that it should just accept without complaining because its not that similar", - "source": "miodec", - "length": 105, - "id": 7 - } - ] -}