Skip to content

Commit

Permalink
Fixed errors in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pkirilin committed May 31, 2024
1 parent 19f8553 commit 4a8c2d4
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions src/frontend/tests/mockApi/categories/categories.data.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,30 @@
[
{
"id": 1,
"name": "[AI GENERATED]"
},
{
"id": 2,
"name": "Cereals"
},
{
"id": 3,
"id": 2,
"name": "Meat"
},
{
"id": 4,
"id": 3,
"name": "Vegetables"
},
{
"id": 5,
"id": 4,
"name": "Dairy"
},
{
"id": 6,
"id": 5,
"name": "Fruits"
},
{
"id": 7,
"id": 6,
"name": "Bakery"
},
{
"id": 8,
"id": 7,
"name": "Frozen foods"
}
]

0 comments on commit 4a8c2d4

Please sign in to comment.