Commit 840b42a9 by cahrens

Specify old mongo modulestore.

Testing migration from old mongo to split.
parent b5e79806
...@@ -60,7 +60,7 @@ class TestMigrateToSplit(ModuleStoreTestCase): ...@@ -60,7 +60,7 @@ class TestMigrateToSplit(ModuleStoreTestCase):
def setUp(self): def setUp(self):
super(TestMigrateToSplit, self).setUp(create_user=True) super(TestMigrateToSplit, self).setUp(create_user=True)
self.course = CourseFactory() self.course = CourseFactory(default_store=ModuleStoreEnum.Type.mongo)
def test_user_email(self): def test_user_email(self):
""" """
......
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