From 2d1ba6c6c1815150d0d43029440d0a55d437cacc Mon Sep 17 00:00:00 2001 From: Hans Then Date: Sun, 17 Nov 2024 15:20:59 +0100 Subject: [PATCH] Update tests/plugins/test_marker_cluster.py Co-authored-by: Frank Anema <33519926+Conengmo@users.noreply.github.com> --- tests/plugins/test_marker_cluster.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/plugins/test_marker_cluster.py b/tests/plugins/test_marker_cluster.py index 541b96e61..0b01db746 100644 --- a/tests/plugins/test_marker_cluster.py +++ b/tests/plugins/test_marker_cluster.py @@ -61,8 +61,6 @@ def test_marker_cluster(): in out ) # noqa - print(out) - print(expected) assert expected in out bounds = m.get_bounds()