Skip to content

Commit

Permalink
test: fixed subagent test using wrong toolname for ipython after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jan 5, 2025
1 parent a5a5984 commit fd8ea4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def test_subagent(args: list[str], runner: CliRunner):
# f14: 377
# f15: 610
# f16: 987
args.extend(["--tools", "python,subagent"])
args.extend(["--tools", "ipython,subagent"])
args.extend(
[
"We are in a test. Use the subagent tool to compute `fib(15)`, where `fib(1) = 1` and `fib(2) = 1`.",
Expand Down

0 comments on commit fd8ea4d

Please sign in to comment.