pre-commit-ci-lite[bot]
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
2 deletions
-
tests/test_jsonable_encoder.py
|
|
|
@ -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} |
|
|
|
|
|
|
|
|
|
|
|
|