Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepearson committed Jun 6, 2024
1 parent cc92c4c commit 9a9998a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_vector_lris/test_vector_lris.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ def compare_to_benchmark(

# check various shape attributes match those expected
self.assertEqual(
features.loc[0].geometry.geometryType(),
features.loc[0].geometry.geom_type,
benchmark["geometryType"],
"The geometryType of the"
+ f" returned {description} `{features.loc[0].geometry.geometryType()}` differs from the "
+ f" returned {description} `{features.loc[0].geometry.geom_type}` differs from the "
+ f"expected {benchmark['geometryType']}",
)
self.assertEqual(
Expand Down

0 comments on commit 9a9998a

Please sign in to comment.