Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders committed Nov 26, 2024
1 parent 3b823a4 commit 46d3908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def test_update_agent_memory_limit(client: Union[LocalClient, RESTClient], agent
try:
current_labels = agent.memory.list_block_labels()
example_label = current_labels[0]
example_new_limit = 2000
example_new_limit = 1
current_block = agent.memory.get_block(label=example_label)
current_block_length = len(current_block.value)

Expand Down

0 comments on commit 46d3908

Please sign in to comment.