chore(curriculum): fix + test curriculum order (#44366)
* chore(tools): test curriculum order * chore: update orders * fix(tests): temporarily ignore cert super The Relational Databases cert being 'upcomingChanges' is breaking the tests. * fix: graphql query here * fix: use only one meta * chore: remove unnecessary superOrders * chore: zero-based indexing * fix: update mock * refactor: remove unused fixture Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e18ccef2f2
commit
8372623f69
@ -2,12 +2,12 @@
|
||||
"name": "Intermediate Algorithm Scripting",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "intermediate-algorithm-scripting",
|
||||
"order": 9,
|
||||
"order": 8,
|
||||
"time": "50 hours",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "javascript-algorithms-and-data-structures",
|
||||
"superOrder": 2,
|
||||
"superOrder": 1,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"a3566b1109230028080c9345",
|
||||
|
Reference in New Issue
Block a user