Skip to content

Commit b58f8bc

Browse files
authored
Fixing test
1 parent e6c1308 commit b58f8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ui_assistant.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ def test_make_exp_args():
66
"""Basic unit test to detect refactoring errors."""
77
exp_args = make_exp_args(AGENT_4o)
88

9-
assert exp_args.agent_args.flags.action.demo_mode == "default"
9+
assert exp_args.agent_args.flags.action.action_set.demo_mode == "default"

0 commit comments

Comments
 (0)