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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_properties.py b/tests/test_properties.py
index ec5df0ca..f8b7823b 100644
--- a/tests/test_properties.py
+++ b/tests/test_properties.py
@@ -688,7 +688,7 @@ class TestProperty(unittest.TestCase):
# we test known-bad values here which cause Gtk-WARNING logs.
# Explicitly allow these for this test.
- with capture_glib_warnings(allow_warnings=True):
+ with capture_glib_warnings(allow_warnings=True, allow_criticals=True):
o = C()
self.assertEqual(o.prop_int, 1)