Skip to content

Commit 49ff2c2

Browse files
committed
formatting
1 parent 44ae5d0 commit 49ff2c2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/sdk/test_async_scenario_builder.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ def test_build_validation(self, mock_builder: AsyncScenarioBuilder) -> None:
141141
with pytest.raises(ValueError, match="At least one scorer is required"):
142142
builder2.build()
143143

144-
def test_build_with_all_options(
145-
self, mock_builder: AsyncScenarioBuilder, mock_blueprint: AsyncBlueprint
146-
) -> None:
144+
def test_build_with_all_options(self, mock_builder: AsyncScenarioBuilder, mock_blueprint: AsyncBlueprint) -> None:
147145
"""Test build with all optional fields set."""
148146
mock_builder.with_problem_statement("Fix the bug")
149147
mock_builder.with_additional_context({"hint": "line 42"})

0 commit comments

Comments
 (0)