Skip to content

Commit

Permalink
Remove focus
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jul 30, 2024
1 parent 67fd365 commit 1dbb28b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ test("Test ChatModel can emit a custom event", async () => {
expect(customEvent).toBeDefined();
});

test.only("Test ChatModel can stream back a custom event", async () => {
test("Test ChatModel can stream back a custom event", async () => {
const model = new FakeListChatModel({
responses: ["hi"],
emitCustomEvent: true,
Expand Down

0 comments on commit 1dbb28b

Please sign in to comment.