From 0d6103ac4f670dd2eeef09296a6c9c2870e4280d Mon Sep 17 00:00:00 2001 From: Rocio Gonzalez Date: Thu, 28 Dec 2023 15:32:06 -0300 Subject: [PATCH] Revert "fixing tests. Agregando book fantasma" This reverts commit a52cb6bb90530afee45b036a47a4be9445585b7c. --- src/staticData/books.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/staticData/books.ts b/src/staticData/books.ts index 20f63790..d1101dfc 100644 --- a/src/staticData/books.ts +++ b/src/staticData/books.ts @@ -59,13 +59,5 @@ const rawBooksData: RawBookData[] = [ expectations: { decomposition: true } - }, - { - id: 1000, // Phantom book for testing purposes until we remove all old challenges - chapterIds: ['Autómatas, comandos, procedimientos y repetición', 'Alternativa condicional', 'Repetición condicional', 'Sensores Numéricos', 'Parametrización de soluciones'], - simpleReadMode: false, - expectations: { - decomposition: true - } - }, + } ];