Commit b8bf9b92 by David Baumgold

Merge pull request #7861 from edx/db/fix-spelling

Correct spelling in a comment
parents bc499e3b 28c898c3
...@@ -10,7 +10,7 @@ class ConditionalModuleTest(LogicTest): ...@@ -10,7 +10,7 @@ class ConditionalModuleTest(LogicTest):
descriptor_class = ConditionalDescriptor descriptor_class = ConditionalDescriptor
def test_ajax_request(self): def test_ajax_request(self):
"Make shure that ajax request works correctly" "Make sure that ajax request works correctly"
# Mock is_condition_satisfied # Mock is_condition_satisfied
self.xmodule.is_condition_satisfied = lambda: True self.xmodule.is_condition_satisfied = lambda: True
self.xmodule.descriptor.get_children = lambda: [] self.xmodule.descriptor.get_children = lambda: []
......
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