1
0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-11-24 01:04:19 +01:00

Fixed toDict() not working issue, added test

This commit is contained in:
Jonas Tarnstrom 2011-12-21 11:53:03 +01:00
parent 3c45be7241
commit cde9aaeccb

@ -633,7 +633,6 @@ class UltraJSONTests(TestCase):
class DictTest:
def toDict(self):
print "toDict called"
return d
o = DictTest()