Commit 5be9488f by Daniel Friedman

Merge pull request #6235 from edx/dan-f/fix-test-typo

Fix typo in cms unit test
parents b24a237c 7e2e90e4
......@@ -14,7 +14,7 @@ class TestHandlerUrl(TestCase):
def setUp(self):
self.block = Mock()
def test_trailing_charecters(self):
def test_trailing_characters(self):
self.assertFalse(handler_url(self.block, 'handler').endswith('?'))
self.assertFalse(handler_url(self.block, 'handler').endswith('/'))
......
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