Skip to content

Commit 7e43c4b

Browse files
committed
format-check
1 parent 8618c60 commit 7e43c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def test_anthropic_cost_calculation_scenario():
263263
assert usage.request_usage_entries[1].input_tokens == 150_000
264264
assert usage.request_usage_entries[2].input_tokens == 80_000
265265

266-
# All request_usage_entries are under 200K threshold
266+
# All request_usage_entries are under 200K threshold
267267
for req in usage.request_usage_entries:
268268
assert req.input_tokens < 200_000
269269
assert req.output_tokens < 200_000

0 commit comments

Comments
 (0)