Skip to content

Commit dee83ff

Browse files
committed
Updated cmds list
1 parent 4042dbb commit dee83ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/plugin/cmd_code_interpreter/test_plugin_cmd_code_interpreter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# GitHub: https://github.com/szczyglis-dev/py-gpt #
77
# MIT License #
88
# Created By : Marcin Szczygliński #
9-
# Updated Date: 2024.03.19 06:00:00 #
9+
# Updated Date: 2024.11.11 23:00:00 #
1010
# ================================================== #
1111

1212
import os
@@ -44,7 +44,7 @@ def test_handle_cmd_syntax(mock_window):
4444
}
4545
event.ctx = ctx
4646
plugin.handle(event)
47-
assert len(event.data["cmd"]) == 7 # code_execute, code_execute_file, sys_exec
47+
assert len(event.data["cmd"]) == 9 # code_execute, code_execute_file, sys_exec
4848

4949

5050
def test_handle_cmd_execute_code_execute(mock_window):

0 commit comments

Comments
 (0)