diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json
index 85d5d49fcb..9a5a070d20 100644
--- a/seed_data/challenges/basic-html5-and-css.json
+++ b/seed_data/challenges/basic-html5-and-css.json
@@ -93,9 +93,9 @@
"You can start a comment with <!--
and end a comment with -->
."
],
"tests": [
- "assert(($('h1').length > 0), 'The h1 element should not be commented. It should be visible in the browser.')",
- "assert(($('h2').length > 0), 'The h2 element should not be commented. It should be visible in the browser.')",
- "assert(($('p').length > 0), 'The paragraph element should not be commented. It should be visible in the browser.')"
+ "assert($('h1').length > 0, 'The h1 element should not be commented. It should be visible in the browser.')",
+ "assert($('h2').length > 0, 'The h2 element should not be commented. It should be visible in the browser.')",
+ "assert($('p').length > 0, 'The paragraph element should not be commented. It should be visible in the browser.')"
],
"challengeSeed": [
"