From 4b1a0668a8b0a77de7a99ba5f2307ea907da041d Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 9 Sep 2012 13:53:12 -0500 Subject: [PATCH] Update the set_serializer test to match the actual output. --- tests/test_set_serializer.expected | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_set_serializer.expected b/tests/test_set_serializer.expected index b91a081..ad44a90 100644 --- a/tests/test_set_serializer.expected +++ b/tests/test_set_serializer.expected @@ -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: -- 2.7.4