Fix the expected output for test_set_serializer.

This commit is contained in:
Eric Haszlakiewicz
2022-07-24 19:00:27 +00:00
parent 16208fc01a
commit 22773b1e51

View File

@@ -9,4 +9,4 @@ my_object.to_string(custom serializer)=Custom Output
Next line of output should be from the custom freeit function:
freeit, value=123
Check that the custom serializer does not include nul byte:
my_object.to_string(custom serializer)={"double": 1.}
my_object.to_string(custom serializer)={"double": 1}