Skip to content

Commit 0633921

Browse files
committed
fix(memory-core): correct PromotionComponents shape in dream-fence test fixture
1 parent 5862c3f commit 0633921

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

extensions/memory-core/src/short-term-promotion.test.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,13 +1240,11 @@ describe("short-term promotion", () => {
12401240
conceptTags: ["dream"],
12411241
components: {
12421242
frequency: 1,
1243-
recency: 1,
1243+
relevance: 0,
12441244
diversity: 1,
1245+
recency: 1,
12451246
consolidation: 0,
1246-
semantic: 0,
1247-
sentiment: 0,
1248-
affect: 0,
1249-
coverage: 0,
1247+
conceptual: 0,
12501248
},
12511249
},
12521250
],

0 commit comments

Comments
 (0)