Skip to content

Commit d023391

Browse files
Update packages/lmi/tests/test_cost_tracking.py
Co-authored-by: Copilot <[email protected]>
1 parent 57606ad commit d023391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lmi/tests/test_cost_tracking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ async def task_with_tracker(tracker: CostTracker):
520520
"""Task that uses a specific tracker and directly manipulates cost."""
521521
with tracker:
522522
# Simulate recording costs by directly manipulating the tracker
523-
# This avoids the complexity of mocking lit ellm.cost_calculator in parallel tasks
523+
# This avoids the complexity of mocking litellm.cost_calculator in parallel tasks
524524
await asyncio.sleep(0.01)
525525
tracker.lifetime_cost_usd += 0.01
526526
await asyncio.sleep(0.01)

0 commit comments

Comments
 (0)