Browse Source

[test/test_utils] Fix typo in method name

Jaime Marquínez Ferrándiz 11 năm trước cách đây
mục cha
commit
173a7026d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'𝕐')