Skip to content

Commit 7188b80

Browse files
authored
Merge branch 'main' into renovate/vstorm-co-packages
2 parents 11c78cf + 5361fd0 commit 7188b80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_toolsets_extended.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_create_with_custom_subagents(self):
3535
instructions="You research topics thoroughly.",
3636
),
3737
]
38-
toolset = create_subagent_toolset(subagents=subagents)
38+
toolset = create_subagent_toolset(default_model="test", subagents=subagents)
3939
assert toolset is not None
4040

4141
def test_create_without_general_purpose(self):

0 commit comments

Comments
 (0)