chore: audit the non-audited superblocks (#51431)

This commit is contained in:
Naomi Carrigan
2023-09-07 23:02:19 -07:00
committed by GitHub
parent 391fc2e34d
commit 6c25982446
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ describe('firstNotAuditedSuperBlock', () => {
showNewCurriculum: false,
showUpcomingChanges: false
});
expect(result).toEqual(SuperBlocks.CollegeAlgebraPy);
expect(result).toEqual(SuperBlocks.FoundationalCSharp);
});
});
-7
View File
@@ -104,7 +104,6 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
SuperBlocks.UpcomingPython
],
[Languages.Chinese]: [
SuperBlocks.CollegeAlgebraPy,
SuperBlocks.FoundationalCSharp,
SuperBlocks.CodingInterviewPrep,
SuperBlocks.ProjectEuler,
@@ -113,7 +112,6 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
SuperBlocks.UpcomingPython
],
[Languages.ChineseTraditional]: [
SuperBlocks.CollegeAlgebraPy,
SuperBlocks.FoundationalCSharp,
SuperBlocks.CodingInterviewPrep,
SuperBlocks.ProjectEuler,
@@ -128,12 +126,10 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
SuperBlocks.UpcomingPython
],
[Languages.Portuguese]: [
SuperBlocks.FoundationalCSharp,
SuperBlocks.JsAlgoDataStructNew,
SuperBlocks.UpcomingPython
],
[Languages.Ukrainian]: [
SuperBlocks.FoundationalCSharp,
SuperBlocks.CodingInterviewPrep,
SuperBlocks.ProjectEuler,
SuperBlocks.JsAlgoDataStructNew,
@@ -149,11 +145,8 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
],
[Languages.German]: [
SuperBlocks.RespWebDesignNew,
SuperBlocks.DataVis,
SuperBlocks.RelationalDb,
SuperBlocks.BackEndDevApis,
SuperBlocks.QualityAssurance,
SuperBlocks.SciCompPy,
SuperBlocks.DataAnalysisPy,
SuperBlocks.InfoSec,
SuperBlocks.MachineLearningPy,