Update the set_serializer test to match the actual output.

This commit is contained in:
Eric Haszlakiewicz
2012-09-09 13:53:12 -05:00
parent 38f421a2e7
commit 4b1a0668a8

View File

@@ -1,3 +1,4 @@
Test setting, then resetting a custom serializer:
my_object.to_string(standard)={ "abc": 12, "foo": "bar" }
my_object.to_string(custom serializer)=Custom Output
Next line of output should be from the custom freeit function: