Fix: Remove duplicate test (#17543)

This commit is contained in:
Vimal Raghubir
2018-06-12 08:47:53 -04:00
committed by Kristofer Koishigawa
parent 4f9c265e1a
commit d6f9f6ce80

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": [],
@ -1523,4 +1519,4 @@
}
}
]
}
}