summaryrefslogtreecommitdiffstats
path: root/tests/test_gi.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_gi.py')
-rw-r--r--tests/test_gi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_gi.py b/tests/test_gi.py
index 6c63bfc..1b0cadb 100644
--- a/tests/test_gi.py
+++ b/tests/test_gi.py
@@ -1065,6 +1065,7 @@ class TestGFlags(unittest.TestCase):
def test_flags_in(self):
TestGI.flags_in(TestGI.Flags.VALUE2)
+ TestGI.flags_in_zero(Number(0))
self.assertRaises(TypeError, TestGI.flags_in, 1 << 1)
self.assertRaises(TypeError, TestGI.flags_in, 'TestGI.Flags.VALUE2')