diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index c0b4014f93..8a796f709a 100644 --- a/challenges/bootstrap.json +++ b/challenges/bootstrap.json @@ -1743,7 +1743,7 @@ ], "tests": [ "assert($('.btn').length > 5, 'Apply the \"btn\" class to each of your button elements.')", - "assert($('.btn').length > 5, 'Apply the \"btn-default\" class to each of your button elements.')" + "assert($('.btn-default').length > 5, 'Apply the \"btn-default\" class to each of your button elements.')" ], "challengeSeed": [ "
",