Skip to content

Commit

Permalink
Update tests/io/test_text.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan May <rmay31@gmail.com>
  • Loading branch information
anacmontoya and dopplershift committed Jun 28, 2024
1 parent 5eaabc1 commit 7a3a5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/io/test_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_negative_lat_highres():
"""Test decoding of high res coordinates with negative latitude."""
coord = '-4920344'
lon, lat = _decode_coords(coord)
assert lon == -034.4
assert lon == -34.4
assert lat == -49.2


Expand Down

0 comments on commit 7a3a5c0

Please sign in to comment.