Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c95e654

Browse files
committed
fix: update test after fix of calculated_total_cost in langfuse server
1 parent 52f7547 commit c95e654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/test_core_sdk.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def test_create_generation():
409409
"TOKENS",
410410
0.0021,
411411
0.00000000000021,
412-
None,
412+
0.00210000000021,
413413
),
414414
],
415415
)

0 commit comments

Comments
 (0)