diff --git a/js/src/tests/run_trees.int.test.ts b/js/src/tests/run_trees.int.test.ts index 7bf153058..f95e3e7d7 100644 --- a/js/src/tests/run_trees.int.test.ts +++ b/js/src/tests/run_trees.int.test.ts @@ -219,7 +219,7 @@ test.concurrent( "Test end() write to metadata", async () => { const runId = uuid.v4(); - const projectName = `__test_end_metadata_run_tree_js`; + const projectName = `__test_end_metadata_run_tree_js ${runId}`; const langchainClient = new Client({ timeout_ms: 30_000 }); const parentRunConfig: RunTreeConfig = { name: "parent_run",