Skip to content

Commit

Permalink
Tests: fix py35 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaEsmukov committed Sep 26, 2021
1 parent cf74ae6 commit af0eedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/geocoders/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async def geocode_run(
self, payload, expected,
*,
skiptest_on_errors=True,
expect_failure=False,
expect_failure=False
):
"""
Calls geocoder.geocode(**payload), then checks against `expected`.
Expand All @@ -123,7 +123,7 @@ async def reverse_run(
self, payload, expected,
*,
skiptest_on_errors=True,
expect_failure=False,
expect_failure=False
):
"""
Calls geocoder.reverse(**payload), then checks against `expected`.
Expand Down

0 comments on commit af0eedc

Please sign in to comment.