Browse Source

Fix the expected output for test_set_serializer.

tags/json-c-0.17-20230812
Eric Haszlakiewicz 3 years ago
parent
commit
22773b1e51
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test_set_serializer.expected

+ 1
- 1
tests/test_set_serializer.expected 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}

Loading…
Cancel
Save