Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickjansen committed Jan 19, 2023
1 parent bb2622c commit 56bf1d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/test_polyline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'


Expand Down

0 comments on commit 56bf1d8

Please sign in to comment.