From d077b1e2d6b64158ac842fd5ea7e32e668e3efc8 Mon Sep 17 00:00:00 2001 From: anacmontoya <142039433+anacmontoya@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:14:54 -0600 Subject: [PATCH] Update tests/io/test_text.py --- tests/io/test_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/io/test_text.py b/tests/io/test_text.py index a9be65356d..682a3788de 100644 --- a/tests/io/test_text.py +++ b/tests/io/test_text.py @@ -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