1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

tests: fix indentation in Python test script

This commit is contained in:
Sébastien Helleu
2025-02-16 00:08:15 +01:00
parent e86e558f3f
commit 8c1379e820
+1 -1
View File
@@ -623,7 +623,7 @@ def test_hooks():
buffer = weechat.buffer_search_main()
# hook_completion / hook_completion_args / and hook_command
hook_cmplt1 = weechat.hook_completion('{SCRIPT_NAME}1', 'description',
'completion1_cb', 'completion_data')
'completion1_cb', 'completion_data')
hook_cmd1 = weechat.hook_command('cmd1' + '{SCRIPT_NAME}', 'description',
'arguments', 'description arguments',
'%(' + '{SCRIPT_NAME}1' + ')',