Skip to content

Commit

Permalink
remove focus
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Dec 5, 2024
1 parent 355303f commit beaeda9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ test("Config should be automatically populated after setting global async local
).toEqual(1);
});

test.only("Runnable streamEvents method with streaming nested in a RunnableLambda", async () => {
test("Runnable streamEvents method with streaming nested in a RunnableLambda", async () => {
AsyncLocalStorageProviderSingleton.initializeGlobalInstance(
new AsyncLocalStorage()
);
Expand Down

0 comments on commit beaeda9

Please sign in to comment.