From 4681bfe0d85f0a111ba8f9ab06cff775abc02995 Mon Sep 17 00:00:00 2001 From: mama Date: Wed, 2 Aug 2017 15:22:08 +0200 Subject: [PATCH] =?UTF-8?q?:white=5Fcheck=5Fmark:=20:bug:=20Correction=20d?= =?UTF-8?q?'un=20test=20pour=20qu'il=20colle=20=C3=A0=20son=20titre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/generateQuestions.test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/generateQuestions.test.js b/test/generateQuestions.test.js index bf1d0b4cd..cc074bd64 100644 --- a/test/generateQuestions.test.js +++ b/test/generateQuestions.test.js @@ -97,8 +97,7 @@ describe('collectMissingVariables', function() { let rawRules = [ { nom: "startHere", formule: {somme: ["logic"]}, espace: "top"}, { nom: "logic", formule: {"logique numérique": { - "11 > 10":"1000%", - "3 > 1":"1100%", + "8 > 10":"1000%", "1 > 2":"dix" }}, espace: "top"}, {nom: "dix", espace: "top"}],