diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json
index c7a85c0b91..85d5d49fcb 100644
--- a/seed_data/challenges/basic-html5-and-css.json
+++ b/seed_data/challenges/basic-html5-and-css.json
@@ -1602,8 +1602,8 @@
"To do this, just add the word \"checked\" to the inside of an input element. For example, <input type='radio' name='test-name' checked>."
],
"tests": [
- "assert($('input[type=\"radio\"').prop('checked'), 'Your first radio button on your form should be checked by default.')",
- "assert($('input[type=\"checkbox\"').prop('checked'), 'Your first checkbox on your form should be checked by default.')"
+ "assert($('input[type=\"radio\"]').prop('checked'), 'Your first radio button on your form should be checked by default.');",
+ "assert($('input[type=\"checkbox\"]').prop('checked'), 'Your first checkbox on your form should be checked by default.')"
],
"challengeSeed": [
"",