Merge pull request #7861 from edx/db/fix-spelling
Correct spelling in a comment
This commit is contained in:
@@ -10,7 +10,7 @@ class ConditionalModuleTest(LogicTest):
|
||||
descriptor_class = ConditionalDescriptor
|
||||
|
||||
def test_ajax_request(self):
|
||||
"Make shure that ajax request works correctly"
|
||||
"Make sure that ajax request works correctly"
|
||||
# Mock is_condition_satisfied
|
||||
self.xmodule.is_condition_satisfied = lambda: True
|
||||
self.xmodule.descriptor.get_children = lambda: []
|
||||
|
||||
Reference in New Issue
Block a user