From 5a1261c4495c78b0fb293054054058fb9d7fa8f7 Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Wed, 27 May 2015 16:15:27 -0400 Subject: [PATCH] fix typo in test for responsive image --- seed_data/challenges/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [ "",