Commit 684f9017 by John Eskew

Fix quality issue.

parent 7c0663f2
...@@ -16,7 +16,7 @@ class TestFixNotFound(ModuleStoreTestCase): ...@@ -16,7 +16,7 @@ class TestFixNotFound(ModuleStoreTestCase):
""" """
The management command doesn't work on non split courses The management command doesn't work on non split courses
""" """
course = CourseFactory(default_store=ModuleStoreEnum.Type.mongo) course = CourseFactory.create(default_store=ModuleStoreEnum.Type.mongo)
with self.assertRaises(SystemExit): with self.assertRaises(SystemExit):
call_command("fix_not_found", unicode(course.id)) call_command("fix_not_found", unicode(course.id))
......
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