Add extra test file

This commit is contained in:
Abdelrahman Said 2023-06-28 21:42:42 +01:00
parent 6d08b38058
commit 75b18d96ee

14
test_files/test2.json Normal file
View File

@ -0,0 +1,14 @@
{
"items": [
{
"name": "Text Book",
"type": "Book"
},
{
"name": "Notebook",
"type": "Stationary"
}
],
"Weight": 24.38,
"Required": true
}