summaryrefslogtreecommitdiff
path: root/tests/test_gi.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_gi.py')
-rw-r--r--tests/test_gi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_gi.py b/tests/test_gi.py
index ffad4ad9..16d0d53a 100644
--- a/tests/test_gi.py
+++ b/tests/test_gi.py
@@ -2707,7 +2707,7 @@ class TestMRO(unittest.TestCase):
pass
expected = (E, D, B, C, A, GIMarshallingTests.Object,
- GObject.Object, GObject.Object.__base__, gi._gi._gobject.GObject,
+ GObject.Object, GObject.Object.__base__, gi._gi.GObject,
object)
self.assertEqual(expected, E.__mro__)