Skip to content

Commit a220aa9

Browse files
committed
fix test
1 parent 6e173b4 commit a220aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ai_message_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class MockScope:
217217
def __init__(self):
218218
self._gen_ai_messages_truncated = {}
219219

220-
small_limit = 1000
220+
small_limit = 3000
221221
span = MockSpan()
222222
scope = MockScope()
223223
result = truncate_and_annotate_messages(

0 commit comments

Comments
 (0)