summaryrefslogtreecommitdiffstats
path: root/tests/enum.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/enum.py')
-rw-r--r--tests/enum.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/enum.py b/tests/enum.py
index 5e55a90..2e2a2dc 100644
--- a/tests/enum.py
+++ b/tests/enum.py
@@ -73,7 +73,7 @@ class EnumTest(unittest.TestCase):
assert len(klass.__enum_values__) >= 2
def testOutofBounds(self):
- gtk.icon_size_register('fake', 24, 24)
+ assert gtk.icon_size_register('fake', 24, 24) == 7
class FlagsTest(unittest.TestCase):
def testFlags(self):