From 64e87e206bd05a1f997f525b124e65c7b794eef7 Mon Sep 17 00:00:00 2001 From: mama Date: Mon, 9 Oct 2017 16:00:48 +0200 Subject: [PATCH] =?UTF-8?q?:white=5Fcheck=5Fmark:=20Mise=20=C3=A0=20jour?= =?UTF-8?q?=20du=20test=20d'ordre=20des=20questions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/generateQuestions.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/generateQuestions.test.js b/test/generateQuestions.test.js index 9fb2c4031..732f10721 100644 --- a/test/generateQuestions.test.js +++ b/test/generateQuestions.test.js @@ -274,7 +274,7 @@ describe('buildNextSteps', function() { result = buildNextSteps(stateSelector, rules, situation) expect(R.path(["question","props","label"])(result[0])).to.equal("Quel est le salaire brut ?") - expect(R.path(["question","props","label"])(result[1])).to.equal("Le salarié a-t-il le statut cadre ?") + expect(R.path(["question","props","label"])(result[1])).to.equal("Le contrat est-il à temps partiel ?") }); });