Update test files

This commit is contained in:
Abdelrahman Said 2023-06-28 23:35:57 +01:00
parent b6d4a1f218
commit 9c0ababd93
2 changed files with 17 additions and 12 deletions

View File

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

14
test_files/test3.json Normal file
View File

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