Commit 8bfc948b by Jesse Zoldak

Merge pull request #7533 from cpennington/add-mixins-to-mixed-modulestore-tests

Pass standard list of xblock mixins to MixedModulestore in tests
parents cbf336e8 462cdfd9
......@@ -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