This commit is contained in:
2026-03-07 21:40:40 -05:00
parent 2f53f685a6
commit 6621362c37
4 changed files with 10 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ def test_user_agent_instantiation() -> None:
def test_perform_action_with_delay() -> None:
agent = UserSimAgent(hook_client=None)
agent.enable_delays = False
called = False
def action():