From ff6311cc06f3edeb7bbb359dcfac612335844c55 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 22 Apr 2020 13:20:53 -0700 Subject: [PATCH] Revert an incorrect part of the last change --- unittests/test_propgridprops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/test_propgridprops.py b/unittests/test_propgridprops.py index fa437649..e8eccb67 100644 --- a/unittests/test_propgridprops.py +++ b/unittests/test_propgridprops.py @@ -77,7 +77,7 @@ class propgridprops_Tests(wtc.WidgetTestCase): @unittest.skip('class was removed?') def test_propgridprops11(self): - da = pg.FileDialogAdapter() + da = pg.PGFileDialogAdapter() def test_propgridprops12(self):