Commit 266938a7 by Peter Fogg

Finish the comment I forgot about...

parent 90bbff89
......@@ -109,7 +109,7 @@ class ContentStoreToyCourseTest(ModuleStoreTestCase):
course = store.get_item(Location(['i4x', 'edX', 'simple',
'course', '2012_Fall', None]), depth=None)
# Just add one advanced module to make sure that it
# Just add one advanced module to make sure that it does show templates even if there's only one.
course.advanced_modules = ['videoalpha']
store.update_metadata(course.location, own_metadata(course))
......
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