Skip to content

Commit

Permalink
Merge branch 'main' into nh/add-crash-dump
Browse files Browse the repository at this point in the history
  • Loading branch information
nhuang-lc authored Oct 11, 2024
2 parents 61772b9 + 5d95af4 commit 8bfe9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/tests/run_trees.int.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8bfe9a5

Please sign in to comment.