diff --git a/requirements-pytest.txt b/requirements-pytest.txt index 995a5fa..f0acaa0 100644 --- a/requirements-pytest.txt +++ b/requirements-pytest.txt @@ -3,4 +3,4 @@ pytest==4.6.11; python_version=='3.6' pytest-blockage>=0.2.2 pytest-localserver>=0.5 pytest-cov>=2.12 -maidenhead==1.7.0 \ No newline at end of file +maidenhead==1.6.0 \ No newline at end of file diff --git a/test/test_locator_latlong_to_locator.py b/test/test_locator_latlong_to_locator.py index 0d1c970..0b5dd25 100644 --- a/test/test_locator_latlong_to_locator.py +++ b/test/test_locator_latlong_to_locator.py @@ -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):