Skip to content

Commit

Permalink
has_project
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Feb 7, 2024
1 parent 279c0d5 commit b872731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/integration_tests/test_runs.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_nested_runs(
langchain_client: Client,
):
project_name = "__My Tracer Project - test_nested_runs"
if langchain_client.had_project(project_name):
if langchain_client.has_project(project_name):
langchain_client.delete_project(project_name=project_name)

executor = ThreadPoolExecutor(max_workers=1)
Expand Down

0 comments on commit b872731

Please sign in to comment.