Add failing test
This commit is contained in:
parent
4489a8dcf8
commit
6c2f414dc0
|
|
@ -76,3 +76,7 @@ class DuplicateContentBlockTestCase(SkillboxTestCase):
|
||||||
self.assertEqual(len(content_blocks), 2)
|
self.assertEqual(len(content_blocks), 2)
|
||||||
self.assertTrue('Kopie' in content_blocks[0].get('title'))
|
self.assertTrue('Kopie' in content_blocks[0].get('title'))
|
||||||
self.assertTrue('Kopie' not in content_blocks[1].get('title'))
|
self.assertTrue('Kopie' not in content_blocks[1].get('title'))
|
||||||
|
|
||||||
|
|
||||||
|
def test_duplicate_non_editable_contents(self):
|
||||||
|
self.assertTrue(False)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue