Skip to content

Commit 2157597

Browse files
committed
fix: fix unit tests import
1 parent 0c3db71 commit 2157597

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/strands/session/test_repository_session_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ def test_initialize_multi_agent_existing(multi_agent_session_manager, mock_multi
241241
multi_agent_session_manager.session_repository.create_multi_agent("test-multi-session", mock_multi_agent)
242242

243243
# Create a mock with updated state for the update call
244-
245244
updated_mock = Mock()
246245
updated_mock.id = "test-multi-agent"
247246
existing_state = {"id": "test-multi-agent", "state": {"restored": "data"}}

0 commit comments

Comments
 (0)