summaryrefslogtreecommitdiff
blob: 6ce987581c4f5996844a3c881808149b3c978bed (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ujson-1.35.orig/tests/tests.py	2017-04-14 18:14:36.298345782 -0700
+++ ujson-1.35/tests/tests.py	2017-04-14 18:14:47.899947795 -0700
@@ -702,7 +702,7 @@
 
         output = ujson.encode(ObjectTest())
         dec = ujson.decode(output)
-        self.assertEquals(dec, {})
+        self.assertEqual(dec, {})
 
     def test_toDict(self):
         d = {"key": 31337}