From 9c0ababd9349d95363168032c94f193bf153f641 Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Wed, 28 Jun 2023 23:35:57 +0100 Subject: [PATCH] Update test files --- test_files/test2.json | 15 +++------------ test_files/test3.json | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 12 deletions(-) create mode 100644 test_files/test3.json diff --git a/test_files/test2.json b/test_files/test2.json index 9fa02eb..795bb2d 100644 --- a/test_files/test2.json +++ b/test_files/test2.json @@ -1,14 +1,5 @@ { - "items": [ - { - "name": "Text Book", - "type": "Book" - }, - { - "name": "Notebook", - "type": "Stationary" - } - ], - "Weight": 24.38, - "Required": true + "object": { + "value": 500 + } } diff --git a/test_files/test3.json b/test_files/test3.json new file mode 100644 index 0000000..9fa02eb --- /dev/null +++ b/test_files/test3.json @@ -0,0 +1,14 @@ +{ + "items": [ + { + "name": "Text Book", + "type": "Book" + }, + { + "name": "Notebook", + "type": "Stationary" + } + ], + "Weight": 24.38, + "Required": true +}