summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_gio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_gio.py b/tests/test_gio.py
index f94f2d0..7534ac0 100644
--- a/tests/test_gio.py
+++ b/tests/test_gio.py
@@ -221,7 +221,7 @@ class TestFile(unittest.TestCase):
finally:
loop.quit()
- self.file.query_info_async(callback, "standard")
+ self.file.query_info_async("standard", callback)
loop = glib.MainLoop()
loop.run()