Revert StudentModule.module_state_key to field rather than computed property

This commit is contained in:
Don Mitchell
2014-05-08 12:01:45 -04:00
parent b89b1e0727
commit 7be81341d7
20 changed files with 66 additions and 84 deletions

View File

@@ -726,7 +726,7 @@ class TestStaffDebugInfo(ModuleStoreTestCase):
StudentModuleFactory.create(
course_id=self.course.id,
module_id=self.location,
module_state_key=self.location,
student=UserFactory(),
grade=1,
max_grade=1,