Skip to content

Commit

Permalink
unnec
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Apr 10, 2024
1 parent 7205d0d commit 2a6148d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/langsmith/_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def unit(*args: Any, **kwargs: Any) -> Callable:
>>> os.environ["LANGCHAIN_TEST_CACHE"] = "tests/cassettes"
>>> import openai
>>> from langsmith.wrappers import wrap_openai
>>> @unit()
>>> @unit
... def test_openai_says_hello():
... # Traced code will be included in the test case
... oai_client = wrap_openai(openai.Client())
Expand Down

0 comments on commit 2a6148d

Please sign in to comment.