From 00807f234d13aa10947392e70c7c7fd58c05a48d Mon Sep 17 00:00:00 2001 From: Moritz Schott Date: Fri, 17 Nov 2023 20:18:39 +0100 Subject: [PATCH] Update ohsome/test/test_client.py Co-authored-by: Christina Ludwig --- ohsome/test/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohsome/test/test_client.py b/ohsome/test/test_client.py index 9856467..b5d4462 100644 --- a/ohsome/test/test_client.py +++ b/ohsome/test/test_client.py @@ -146,7 +146,7 @@ def test_format_bcircles_list(base_client): @pytest.mark.vcr def test_format_bcircles_pandas(base_client): """ - Test whether a GeoDataFrame object given as 'bcircles' is formatted correctly. + Test whether a pandas.DataFrame object given as 'bcircles' is formatted correctly. :return: """ bcircles = gpd.read_file(f"{script_path}/data/points.geojson")