Skip to content

Commit e7f34fe

Browse files
committed
test format
1 parent b4fb6a6 commit e7f34fe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/test_core_sdk.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,6 +1907,7 @@ def test_start_as_current_observation_types():
19071907
pass
19081908

19091909
langfuse.flush()
1910+
sleep(2)
19101911

19111912
api = get_api()
19121913
trace = api.trace.get(trace_id)

tests/test_langchain.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,8 @@ def test_cached_token_usage():
13571357

13581358
def test_langchain_automatic_observation_types():
13591359
"""Test that LangChain components automatically get correct observation types:
1360-
AGENT, TOOL, GENERATION, RETRIEVER, CHAIN"""
1360+
AGENT, TOOL, GENERATION, RETRIEVER, CHAIN
1361+
"""
13611362
langfuse = Langfuse()
13621363

13631364
with langfuse.start_as_current_span(name="observation_types_test_agent") as span:

0 commit comments

Comments
 (0)