Skip to content
Snippets Groups Projects
Commit 5871959c authored by Sourabh Desai's avatar Sourabh Desai
Browse files

remove console log

parent e7206a7d
No related branches found
No related tags found
No related merge requests found
...@@ -154,7 +154,6 @@ describe("CallbackManager: onLLMStream and onRetrieve", () => { ...@@ -154,7 +154,6 @@ describe("CallbackManager: onLLMStream and onRetrieve", () => {
const query = "What is the author's name?"; const query = "What is the author's name?";
const response = await queryEngine.aquery(query); const response = await queryEngine.aquery(query);
expect(response.toString()).toBe("MOCK_TOKEN_1-MOCK_TOKEN_2"); expect(response.toString()).toBe("MOCK_TOKEN_1-MOCK_TOKEN_2");
console.log(JSON.stringify(streamCallbackData, null, 2));
expect(streamCallbackData).toEqual([ expect(streamCallbackData).toEqual([
{ {
event: { event: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment