Skip to content

Commit

Permalink
All tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Mar 20, 2024
1 parent 0e64870 commit 8e78f37
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/lib/__tests__/memory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,6 @@ describe("Memory", () => {
},
);

console.log(
"searchedMemories",
searchedMemories.map((m) => {
return;
{
m.content;
m.room_id;
}
}),
);

// Check that the similar memory is included in the search results and the dissimilar one is not or ranks lower
expect(
searchedMemories.some(
Expand Down

0 comments on commit 8e78f37

Please sign in to comment.