mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-10 12:00:21 +08:00
fix typo in test name
This commit is contained in:
committed by
Kelsey Jordahl
parent
a99b759ba4
commit
a19e12ce99
@@ -119,7 +119,7 @@ class TestDataFrame(unittest.TestCase):
|
||||
def _should_raise_type_error_with_non_geo():
|
||||
df = self.df.copy()
|
||||
df.geometry = range(df.shape[0])
|
||||
self.assertRaises(TypeError, _should_raise_value_error_with_non_geo)
|
||||
self.assertRaises(TypeError, _should_raise_type_error_with_non_geo)
|
||||
|
||||
def _should_raise_key_error():
|
||||
>>>>>>> BUG: Check that set_geometry will set valid geometry column
|
||||
|
||||
Reference in New Issue
Block a user