diff --git a/seed_data/challenges/bootstrap.json b/seed_data/challenges/bootstrap.json index 451c525b2b..afb22a26c7 100644 --- a/seed_data/challenges/bootstrap.json +++ b/seed_data/challenges/bootstrap.json @@ -16,7 +16,7 @@ ], "tests": [ "assert($('img').hasClass('img-responsive'), 'Your new image should have the class \"img-responsive\".')", - "assert(new RegExp('http://bit.ly/fcc-kittens2', 'gi').text($('img').prop('src')), 'You should add a second image with the src of http://bit.ly/fcc-kittens2.')" + "assert(new RegExp('http://bit.ly/fcc-kittens2', 'gi').test($('img').prop('src')), 'You should add a second image with the src of http://bit.ly/fcc-kittens2.')" ], "challengeSeed": [ "",