Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Aug 13, 2024
1 parent da66153 commit 386bff4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions contentcuration/contentcuration/tests/fixtures/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,29 @@
"node_id": "00000000000000000000000000000003",
"kind_id": "video",
"title": "Video 1",
"sort_order": 1
"sort_order": 1,
"extra_fields": {}
},
{
"node_id": "00000000000000000000000000000004",
"kind_id": "video",
"title": "Video 2",
"sort_order": 2
"sort_order": 2,
"extra_fields": {}
},
{
"node_id": "00000000000000000000000000000006",
"kind_id": "video",
"title": "Video 3",
"sort_order": 3
"sort_order": 3,
"extra_fields": {}
},
{
"node_id": "00000000000000000000000000000007",
"kind_id": "video",
"title": "Video 4",
"sort_order": 4
"sort_order": 4,
"extra_fields": {}
}
]
},
Expand Down Expand Up @@ -104,7 +108,8 @@
}
]
}
]
],
"extra_fields": {}
}
]
}
Expand Down

0 comments on commit 386bff4

Please sign in to comment.