mirror of https://github.com/tiangolo/fastapi.git
🎨 Auto format
This commit is contained in:
parent
a32387757e
commit
900936b426
|
|
@ -425,5 +425,3 @@ def test_encode_pydantic_extra_types_coordinate():
|
|||
coord = coordinate.Coordinate(latitude=1.0, longitude=2.0)
|
||||
assert jsonable_encoder(coord) != str(coord)
|
||||
assert jsonable_encoder(coord) == {"latitude": 1.0, "longitude": 2.0}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue