Skip to content

Commit 1ecf077

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b2da475 commit 1ecf077

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_reasoning/test_decision.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,10 @@ def test_aplan_async_version(self, llm_response_factory, mock_agent):
282282
{
283283
"name": "move_east",
284284
"description": "Move one cell east",
285-
"tradeoffs": ["Improves coordination", "May increase exposure"],
285+
"tradeoffs": [
286+
"Improves coordination",
287+
"May increase exposure",
288+
],
286289
"score": 0.74,
287290
}
288291
],

0 commit comments

Comments
 (0)