Fix: Remove duplicate test (#17543)

pull/18182/head
Vimal Raghubir 2018-06-12 08:47:53 -04:00 committed by mrugesh mohapatra
parent 1245522cba
commit 8c119560d6
1 changed files with 1 additions and 5 deletions

View File

@ -417,10 +417,6 @@
{
"text": "Your code should have an opening and closing <code>footer</code> tag.",
"testString": "assert(code.match(/<footer>\\s*&copy; 2016 Camper Cat\\s*<\\/footer>/g), 'Your code should have an opening and closing <code>footer</code> tag.');"
},
{
"text": "Your code should not have any <code>div</code> tags.",
"testString": "assert($('div').length == 0, 'Your code should not have any <code>div</code> tags.');"
}
],
"solutions": [],