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()"