Skip to content

Commit 858c2ae

Browse files
style: format tau2 workflow test
Reflow the tau2 workflow test to match Ruff formatting after the repository-wide pre-commit run. Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent f64719f commit 858c2ae

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/experimental/agent_service/test_tau2_workflow.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ async def test_arun_episode_returns_exported_interactions(
3939
)
4040
workflow._run_dialog = AsyncMock(return_value=1.0)
4141
mock_scope = object()
42-
mock_workflow_context.get.return_value = SimpleNamespace(task_id="task-from-context")
42+
mock_workflow_context.get.return_value = SimpleNamespace(
43+
task_id="task-from-context"
44+
)
4345
mock_workflow_context.stat_scope.return_value = mock_scope
4446
mock_stats = MagicMock()
4547
mock_stats_tracker.get.return_value = mock_stats

0 commit comments

Comments
 (0)