From 260b4b2bb72912ab45b0b92f9cc859c09b68fae8 Mon Sep 17 00:00:00 2001 From: ahstro Date: Thu, 6 Aug 2015 22:22:58 +0200 Subject: [PATCH] Updated test case comment in 'fluid containers' --- challenges/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index def874e207..c921a15573 100644 --- a/challenges/bootstrap.json +++ b/challenges/bootstrap.json @@ -15,7 +15,7 @@ "To get started, we should nest all of our HTML in a div element with the class \"container-fluid\"." ], "tests": [ - "assert($('div').hasClass('container-fluid'), 'Your div element should have the class \"row\"')", + "assert($('div').hasClass('container-fluid'), 'Your div element should have the class \"container-fluid\"')", "assert(editor.match(/<\\/div>/g) && editor.match(/
/g).length === editor.match(/
div elements has a closing tag.')" ], "challengeSeed": [