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:
parent
3c45be7241
commit
cde9aaeccb
@ -633,7 +633,6 @@ class UltraJSONTests(TestCase):
|
||||
|
||||
class DictTest:
|
||||
def toDict(self):
|
||||
print "toDict called"
|
||||
return d
|
||||
|
||||
o = DictTest()
|
||||
|
Loading…
Reference in New Issue
Block a user