summaryrefslogtreecommitdiff
path: root/tests/test_properties.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_properties.py')
-rw-r--r--tests/test_properties.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_properties.py b/tests/test_properties.py
index ec5df0ca..0092b7ff 100644
--- a/tests/test_properties.py
+++ b/tests/test_properties.py
@@ -746,6 +746,9 @@ class TestProperty(unittest.TestCase):
PropertyObjectSubclass(obj=ObjectSubclass())
+ def test_generic_instance_property(self):
+ GObject.Property(type=Gio.ListStore[Gio.File])
+
def test_property_subclass(self):
# test for #470718
class A(GObject.GObject):