浏览代码

[test/test_utils] Fix typo in method name

Jaime Marquínez Ferrándiz 11 年之前
父节点
当前提交
173a7026d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/test_utils.py

+ 1 - 1
test/test_utils.py

@@ -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'aä'), u'aä')
         self.assertEqual(uppercase_escape(u'\\U0001d550'), u'𝕐')