From 6a631c1f6d6d204ff9e0bb1f2079f939c080bd20 Mon Sep 17 00:00:00 2001 From: alicekamada Date: Mon, 9 Feb 2015 22:23:28 -0800 Subject: [PATCH] Update bonfires.json Fixed a test case for "Sum All Primes" --- seed_data/bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed_data/bonfires.json b/seed_data/bonfires.json index 7508492dff..72a783091b 100644 --- a/seed_data/bonfires.json +++ b/seed_data/bonfires.json @@ -201,7 +201,7 @@ "challengeSeed": "function sumPrimes(num) {\n return num;\r\n}", "tests": [ "expect(sumPrimes(10)).to.be.a('number');", - "expect(sumPrimes(10)).to.equal(27);", + "expect(sumPrimes(10)).to.equal(17);", "expect(sumPrimes(977)).to.equal(73156);" ] },