🐛 Correction d'un test pour qu'il colle à son titre

pull/19/head
mama 2017-08-02 15:22:08 +02:00
parent 358e2200af
commit 4681bfe0d8
1 changed files with 1 additions and 2 deletions

View File

@ -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"}],