Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sidnarayanan committed Nov 6, 2024
1 parent 6bf13c0 commit de0de4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async def test_dummyenv(self, dummy_env: DummyEnv, model_name: str) -> None:
# Check serialization after get_asv runs to ensure private
# Ops aren't included
assert agent.model_dump() == {
"hiode_old_env_states": False,
"hide_old_env_states": False,
"llm_model": {"model": model_name, "temperature": 0.1},
"sys_prompt": None,
}
Expand Down

0 comments on commit de0de4c

Please sign in to comment.