summaryrefslogtreecommitdiff
path: root/tests/test_source.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_source.py')
-rw-r--r--tests/test_source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_source.py b/tests/test_source.py
index ad052cca..7530318b 100644
--- a/tests/test_source.py
+++ b/tests/test_source.py
@@ -90,7 +90,7 @@ class TestSource(unittest.TestCase):
class TestTimeout(unittest.TestCase):
- def test504337(self):
+ def test504337(self):
timeout_source = GLib.Timeout(20)
idle_source = GLib.Idle()