Skip to content

Commit

Permalink
Update tests/io/test_text.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anacmontoya authored Jun 25, 2024
1 parent deff8b3 commit d077b1e
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 @@ -66,7 +66,7 @@ def test_parse_wpc_surface_bulletin():
#testing coordinates with negative latitude values

def test_negative_lat_highres():
"""Test decoding of high res coordinates with negative latitude"""
"""Test decoding of high res coordinates with negative latitude."""
coord = '-4920344'
lon, lat =_decode_coords(coord)
assert lon == -034.4
Expand Down

0 comments on commit d077b1e

Please sign in to comment.