Commit 9e90ec5c by Daniel Friedman

Correct "shure" to "sure" in a comment

parent b8bf9b92
......@@ -24,7 +24,7 @@ class WordCloudModuleTest(LogicTest):
})
def test_good_ajax_request(self):
"Make shure that ajax request works correctly"
"Make sure that ajax request works correctly"
post_data = MultiDict(('student_words[]', word) for word in ['cat', 'cat', 'dog', 'sun'])
response = self.ajax_request('submit', post_data)
self.assertEqual(response['status'], 'success')
......
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