diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index 5cfb6f699d7..ba2869359a5 100644 --- a/challenges/bootstrap.json +++ b/challenges/bootstrap.json @@ -2036,9 +2036,9 @@ "Add a comment at the top of your HTML that says You shouldn't need to modify code below this line." ], "tests": [ - "assert(editor.match(//g).length >= 1, 'Be sure to close your comment with -->.')" + "assert(editor.match(//g).length > 0, 'Be sure to close your comment with -->.')" ], "challengeSeed": [ "
",