mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-08 13:28:43 +03:00
refactor(cli): split commands into focused modules (#5175)
This commit is contained in:
@@ -108,7 +108,7 @@ class TestMidTurnCommandDispatchedDirectly:
|
||||
))
|
||||
loop.sessions.save = MagicMock()
|
||||
loop.sessions.invalidate = MagicMock()
|
||||
loop._schedule_background = MagicMock()
|
||||
loop.schedule_background = MagicMock()
|
||||
loop._cancel_active_tasks = AsyncMock(return_value=0)
|
||||
return loop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user