From f225724f26906f9365dd2bffd7744b2032689048 Mon Sep 17 00:00:00 2001 From: Ogi Moore Date: Sun, 6 Jun 2021 09:31:16 -0700 Subject: [PATCH] Close instead of clear test_scatterplotitm --- tests/graphicsItems/test_ScatterPlotItem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/graphicsItems/test_ScatterPlotItem.py b/tests/graphicsItems/test_ScatterPlotItem.py index 9c256099..1795d0a8 100644 --- a/tests/graphicsItems/test_ScatterPlotItem.py +++ b/tests/graphicsItems/test_ScatterPlotItem.py @@ -63,7 +63,7 @@ def test_scatterplotitem(): spot.setData(None) app.processEvents() - plot.clear() + plot.close() def test_init_spots():