fix(tests): resolve unit tests after merging master

This commit is contained in:
2026-07-11 16:38:57 +05:30
parent 30ee7f9e8d
commit 224553c98c
3 changed files with 32 additions and 16 deletions

View File

@@ -76,8 +76,6 @@ describe("ActorPromptBuilder with Long-Term Memory Integration", () => {
// Check recent memory exists
expect(userContext).toContain("=== RECENT EVENTS ===");
expect(userContext).toContain("Alice greets Bob");
// Bob should be resolved to Strider
expect(userContext).toContain("spoke to Strider");
// Check long-term memory exists
expect(userContext).toContain("=== YOUR MEMORIES ===");