From 66121ac85bab35c1bfadc08a26ce7a2b98a9a826 Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 14 Jan 2021 01:27:03 +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 cefaf3b90..6d4deba73 100644 --- a/static/quotes/test.json +++ b/static/quotes/test.json @@ -14,6 +14,12 @@ "length": 13, "id": 2 }, - { "text": "Another quote", "source": "Someone else", "length": 13, "id": 3 } + { + "text": "Another quote", + "source": "Someone else", + "length": 13, + "id": 3 + }, + { "text": "Another quote", "source": "Someone else", "length": 13, "id": 4 } ] }