From e1638648294d90ef8b67967affe9c161fa44f924 Mon Sep 17 00:00:00 2001 From: Nathan Leniz Date: Wed, 28 Jan 2015 21:46:06 -0500 Subject: [PATCH] Fix for challenge Title Case --- 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 370cb08e1c..186018650e 100644 --- a/seed_data/bonfires.json +++ b/seed_data/bonfires.json @@ -108,7 +108,7 @@ "expect(titleCase(\"I'm a little tea pot\")).to.be.a('String');", "expect(titleCase(\"I'm a little tea pot\")).to.equal(\"I'm A Little Tea Pot\");", "expect(titleCase(\"sHoRt AnD sToUt\")).to.equal(\"Short And Stout\");", - "expect(titleCase(\"HERE IS MY HANDLE HERE IS MY SPOUT\")).to.equal(\"Here Is My Handle Here Is My Spout\");" + "expect(titleCase(\"HERE IS MY HANDLE HERE IS MY SPOUT\")).to.equal(\"Here Is My Handle Here Is My Spout\");" ] }, {