diff --git a/common/lib/xmodule/xmodule/tests/test_export.py b/common/lib/xmodule/xmodule/tests/test_export.py index fd3c635d82..91ef1bae57 100644 --- a/common/lib/xmodule/xmodule/tests/test_export.py +++ b/common/lib/xmodule/xmodule/tests/test_export.py @@ -40,6 +40,8 @@ def strip_filenames(descriptor): for d in descriptor.get_children(): strip_filenames(d) + descriptor.save() + class RoundTripTestCase(unittest.TestCase): ''' Check that our test courses roundtrip properly.