Commit 462cdfd9 by Calen Pennington

Pass standard list of xblock mixins to MixedModulestore in tests

parent 11f75e04
......@@ -111,7 +111,8 @@ class TestMixedModuleStore(CourseComparisonTest):
'xblock_mixins': modulestore_options['xblock_mixins'],
}
},
]
],
'xblock_mixins': modulestore_options['xblock_mixins'],
}
def _compare_ignore_version(self, loc1, loc2, msg=None):
......
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