Correct "shure" to "sure" in a comment

This commit is contained in:
Daniel Friedman
2015-04-29 16:05:43 +00:00
parent b8bf9b927f
commit 9e90ec5c0a

View File

@@ -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')