Commit 7e2e90e4 by Daniel Friedman

Fix typo in cms unit test

parent 035a4804
......@@ -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