mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 19:40:54 +00:00
Removed deprecated modules and updated imports
This commit is contained in:
parent
2b0495dd08
commit
0c8d59e33e
18 changed files with 22 additions and 55 deletions
|
|
@ -130,7 +130,7 @@ def test_app_lifespan_sets_state_and_cleans_up(tmp_path, messaging_enabled):
|
|||
patch("messaging.session.SessionStore", return_value=session_store),
|
||||
patch("cli.manager.CLISessionManager", return_value=cli_manager),
|
||||
patch(
|
||||
"messaging.tree_queue.TreeQueueManager.from_dict", return_value=fake_queue
|
||||
"messaging.trees.queue_manager.TreeQueueManager.from_dict", return_value=fake_queue
|
||||
),
|
||||
TestClient(app),
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue