From 693cf537cedde4be8444f84bb676b457ad9b46fc Mon Sep 17 00:00:00 2001 From: Manuel Alzadiq Romero Date: Thu, 20 Aug 2015 07:55:21 -0500 Subject: [PATCH] change in basic bonfire Mutations Added an expect to be falsein order to avoid passing with wrong code --- challenges/basic-bonfires.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/challenges/basic-bonfires.json b/challenges/basic-bonfires.json index 6f1cf7b9d4..f4349f7ca0 100644 --- a/challenges/basic-bonfires.json +++ b/challenges/basic-bonfires.json @@ -506,7 +506,8 @@ "expect(mutation(['Mary', 'Army'])).to.be.true;", "expect(mutation(['Mary', 'Aarmy'])).to.be.true;", "expect(mutation(['Alien', 'line'])).to.be.true;", - "expect(mutation(['floor', 'for'])).to.be.true;" + "expect(mutation(['floor', 'for'])).to.be.true;", + "expect(mutation(['hello', 'neo'])).to.be.false;" ], "MDNlinks": [ "Array.indexOf()"