summaryrefslogtreecommitdiffstats
path: root/tests/test_signal.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_signal.py')
-rw-r--r--tests/test_signal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_signal.py b/tests/test_signal.py
index b0c023e..f006fae 100644
--- a/tests/test_signal.py
+++ b/tests/test_signal.py
@@ -14,7 +14,7 @@ class C(gobject.GObject):
class D(C):
def do_my_signal(self, arg2):
self.arg2 = arg2
- C.do_my_signal(self, arg2)
+ C.do_my_signal(self, arg2)
class TestChaining(unittest.TestCase):
def setUp(self):