@@ -26,7 +26,7 @@ class ObjNoKey:
|
||||
|
||||
|
||||
def test_i_can_json_serialize():
|
||||
json_serializer = JsonSerializer(lambda obj: True)
|
||||
json_serializer = JsonSerializer(lambda o: True)
|
||||
obj = ObjNoKey("a", "b")
|
||||
stream = io.BytesIO()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user