From 56bf1d82a32c8dd67d732afcc3ddc62efa41c8a4 Mon Sep 17 00:00:00 2001 From: Frederick Jansen Date: Thu, 19 Jan 2023 15:18:01 -0500 Subject: [PATCH] Fix broken test --- .github/workflows/lint-test-docs.yml | 2 +- tests/test_polyline.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint-test-docs.yml b/.github/workflows/lint-test-docs.yml index e17ee44..47bedd5 100644 --- a/.github/workflows/lint-test-docs.yml +++ b/.github/workflows/lint-test-docs.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.7", "pypy3.8", "pypy3.9"] + python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.8", "pypy3.9"] steps: - uses: actions/checkout@v3 diff --git a/tests/test_polyline.py b/tests/test_polyline.py index 6c70150..b471461 100644 --- a/tests/test_polyline.py +++ b/tests/test_polyline.py @@ -180,7 +180,6 @@ def test_encode_single_point_precision(): e = polyline.encode([ (40.6411233123, -8.6533214234) ], 6) - polyline.encode([], 4, False) assert e == 'eepolAp_doO'