We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f829bc9 commit 06e37fdCopy full SHA for 06e37fd
tests/serializers/test_complex.py
@@ -42,4 +42,4 @@ def test_complex_json(value, expected):
42
def test_complex_inference() -> None:
43
s = SchemaSerializer(core_schema.any_schema())
44
assert s.to_python(1 + 2j) == 1 + 2j
45
- assert s.to_json(1 + 2j) == '1+2j'
+ assert s.to_json(1 + 2j) == '1+2j'
0 commit comments