summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2022-07-24 19:00:27 +0000
committerEric Haszlakiewicz <erh+git@nimenees.com>2022-07-24 19:00:27 +0000
commit22773b1e5166ed0a6f8d9a5dac6e4bbb8c4d49c1 (patch)
treed6c7792e554ecd15c4d2d697f38fb0c9fe3551e0
parent16208fc01afcd742fd5e6736f52849ad2ec03e8f (diff)
downloadjson-c-22773b1e5166ed0a6f8d9a5dac6e4bbb8c4d49c1.tar.gz
Fix the expected output for test_set_serializer.
-rw-r--r--tests/test_set_serializer.expected2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_set_serializer.expected b/tests/test_set_serializer.expected
index 9629dd6..9a13512 100644
--- a/tests/test_set_serializer.expected
+++ b/tests/test_set_serializer.expected
@@ -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}