From 4c25b457bbd551de08d7dc206234cf0b0d5e44f1 Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 14 Jan 2021 01:21:45 +0000 Subject: [PATCH] Added quote to test.json --- static/quotes/test.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/quotes/test.json b/static/quotes/test.json index ddcca4c5a..cefaf3b90 100644 --- a/static/quotes/test.json +++ b/static/quotes/test.json @@ -8,6 +8,12 @@ ], "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": 2 + }, + { "text": "Another quote", "source": "Someone else", "length": 13, "id": 3 } ] }