mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-06 06:53:51 +00:00
fixed lat/long unittest
This commit is contained in:
parent
1c3536396d
commit
17117b1c20
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ class Test_latlong_to_locator():
|
|||
|
||||
def test_latlong_to_locator_8chars_precision(self):
|
||||
assert latlong_to_locator(48.51760, 9.40345, precision=8) == "JN48QM84"
|
||||
assert latlong_to_locator(39.222916, -86.45416, 4) == "EM69SF53"
|
||||
assert latlong_to_locator(39.222916, -86.45416, 8) == "EM69SF53"
|
||||
|
||||
def test_latlong_to_locator_invalid_characters(self):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue