Browse Source

[test/test_utils] Fix typo in method name

totalwebcasting
Jaime Marquínez Ferrándiz 10 years ago
parent
commit
173a7026d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/test_utils.py

+ 1
- 1
test/test_utils.py View File

@ -280,7 +280,7 @@ class TestUtil(unittest.TestCase):
d = json.loads(stripped)
self.assertEqual(d, [{"id": "532cb", "x": 3}])
def test_uppercase_escpae(self):
def test_uppercase_escape(self):
self.assertEqual(uppercase_escape(u''), u'')
self.assertEqual(uppercase_escape(u'\\U0001d550'), u'𝕐')


Loading…
Cancel
Save