Commit 2d44f51c by Chris Dodge

Merge branch 'master' of github.com:MITx/mitx into…

Merge branch 'master' of github.com:MITx/mitx into feature/cdodge/make-update-templates-django-admin-util
parents 6bacbafb 999ed17e
......@@ -171,7 +171,7 @@ class ContentStoreToyCourseTest(ModuleStoreTestCase):
location = CourseDescriptor.id_to_location('edX/full/6.002_Spring_2012')
delete_course(ms, cs, location)
delete_course(ms, cs, location, commit=True)
items = ms.get_items(Location(['i4x', 'edX', 'full', 'vertical', None]))
self.assertEqual(len(items), 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment