Skip to content

Commit

Permalink
clinet
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Feb 10, 2024
1 parent 1fd4d37 commit d302656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/tests/batch_client.int.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ test.concurrent(
project_name: projectName,
});
await runTree.postRun();
runTree.end({ output: "foo2" });
await runTree.end({ output: "foo2" });
await runTree.patchRun();
await waitUntilRunFound(langchainClient, runId, true);
const storedRun = await langchainClient.readRun(runId);
Expand Down

0 comments on commit d302656

Please sign in to comment.