Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 25, 2024
1 parent 4d6e188 commit 09894f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/__tests__/memory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ describe("Memory - Extended Tests", () => {
const memory = searchedMemories[0];

const similarity = (memory as unknown as { similarity: number }).similarity;

expect(similarity).toBeGreaterThan(0.9);
});

Expand Down

0 comments on commit 09894f4

Please sign in to comment.